summaryrefslogtreecommitdiff
path: root/block/vdi.c
diff options
context:
space:
mode:
authorDeepak Kathayat <deepak.mk17@gmail.com>2014-03-24 16:30:17 +0800
committerStefan Hajnoczi <stefanha@redhat.com>2014-03-25 14:09:50 +0100
commitdc6fb73d219472e011d93867f5e7eebfffde0319 (patch)
treeabc944463126b046fb2c505aaaadf992f0b824fd /block/vdi.c
parent4fd6a984b93701fcb40a0053098ae5c2c4ee27f4 (diff)
downloadqemu-dc6fb73d219472e011d93867f5e7eebfffde0319.tar.gz
Fixed various typos
Signed-off-by: Deepak Kathayat <deepak.mk17@gmail.com> Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'block/vdi.c')
-rw-r--r--block/vdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/vdi.c b/block/vdi.c
index ae49cd83ca..ac9a025624 100644
--- a/block/vdi.c
+++ b/block/vdi.c
@@ -31,7 +31,7 @@
* Allocation of blocks could be optimized (less writes to block map and
* header).
*
- * Read and write of adjacents blocks could be done in one operation
+ * Read and write of adjacent blocks could be done in one operation
* (current code uses one operation per block (1 MiB).
*
* The code is not thread safe (missing locks for changes in header and