aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>2020-09-25 11:32:29 +0300
committerStefan Hajnoczi <stefanha@redhat.com>2020-10-05 10:59:42 +0100
commit685257a284d781089bd6eccd9d2b341765a4e664 (patch)
tree90b5fb1ae64f3ca5fb9ba430bc6257b14bbf8b43
parentb33b354f3a27e8860a6a7aca465e01c727211ee4 (diff)
downloadqemu-685257a284d781089bd6eccd9d2b341765a4e664.zip
qemu-685257a284d781089bd6eccd9d2b341765a4e664.tar.gz
qemu-685257a284d781089bd6eccd9d2b341765a4e664.tar.bz2
include/block/block.h: drop non-ascii quotation mark
This is the only non-ascii character in the file and it doesn't really needed here. Let's use normal "'" symbol for consistency with the rest 11 occurrences of "'" in the file. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
-rw-r--r--include/block/block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/block/block.h b/include/block/block.h
index 8b87df6..ce2ac39 100644
--- a/include/block/block.h
+++ b/include/block/block.h
@@ -304,7 +304,7 @@ enum BdrvChildRoleBits {
BDRV_CHILD_FILTERED = (1 << 2),
/*
- * Child from which to read all data that isn’t allocated in the
+ * Child from which to read all data that isn't allocated in the
* parent (i.e., the backing child); such data is copied to the
* parent through COW (and optionally COR).
* This field is mutually exclusive with DATA, METADATA, and