summaryrefslogtreecommitdiffstats
path: root/qemu-file.h
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2012-02-26 18:46:12 +0100
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2012-03-08 15:22:11 +0000
commit93148aa5c341810b0ecefdbe4e760fddb38d9085 (patch)
tree2bfed99d4c80f25b3b252c7fd81801775786141f /qemu-file.h
parent0ea5c0cdb0d87b5848cbe749598716bc62fd334a (diff)
downloadhqemu-93148aa5c341810b0ecefdbe4e760fddb38d9085.zip
hqemu-93148aa5c341810b0ecefdbe4e760fddb38d9085.tar.gz
Spelling fixes in comments (it's -> its)
* it's -> its (fixed for all files) * dont -> don't (only fixed in a line which was touched by the previous fix) * distrub -> disturb (fixed in the same line) Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'qemu-file.h')
-rw-r--r--qemu-file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-file.h b/qemu-file.h
index 8da1021..31b83f6 100644
--- a/qemu-file.h
+++ b/qemu-file.h
@@ -47,7 +47,7 @@ typedef int (QEMUFileGetBufferFunc)(void *opaque, uint8_t *buf,
*/
typedef int (QEMUFileCloseFunc)(void *opaque);
-/* Called to determine if the file has exceeded it's bandwidth allocation. The
+/* Called to determine if the file has exceeded its bandwidth allocation. The
* bandwidth capping is a soft limit, not a hard limit.
*/
typedef int (QEMUFileRateLimit)(void *opaque);
OpenPOWER on IntegriCloud