summaryrefslogtreecommitdiffstats
path: root/block.c
diff options
context:
space:
mode:
authorStefan Weil2011-04-28 17:20:38 +0200
committerStefan Hajnoczi2011-05-08 11:02:18 +0200
commita1c7273b82dc084d85e2344e0562f5ee4e414d59 (patch)
tree7fbb8207d9e1521c0965c87b346fab98a7a6f8ea /block.c
parentFix typos in comments (neccessary -> necessary) (diff)
downloadqemu-a1c7273b82dc084d85e2344e0562f5ee4e414d59.tar.gz
qemu-a1c7273b82dc084d85e2344e0562f5ee4e414d59.tar.xz
qemu-a1c7273b82dc084d85e2344e0562f5ee4e414d59.zip
Fix typos in comments and code (occured -> occurred and related)
The code changed here is an unused data type name (evt_flush_occurred). Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'block.c')
-rw-r--r--block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block.c b/block.c
index 8767d31ec3..f40371828a 100644
--- a/block.c
+++ b/block.c
@@ -747,7 +747,7 @@ DeviceState *bdrv_get_attached(BlockDriverState *bs)
* Run consistency checks on an image
*
* Returns 0 if the check could be completed (it doesn't mean that the image is
- * free of errors) or -errno when an internal error occured. The results of the
+ * free of errors) or -errno when an internal error occurred. The results of the
* check are stored in res.
*/
int bdrv_check(BlockDriverState *bs, BdrvCheckResult *res)