diff options
author | Stefan Weil <sw@weilnetz.de> | 2012-02-26 18:46:12 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2012-03-08 15:22:11 +0000 |
commit | 93148aa5c341810b0ecefdbe4e760fddb38d9085 (patch) | |
tree | 2bfed99d4c80f25b3b252c7fd81801775786141f /qemu-file.h | |
parent | 0ea5c0cdb0d87b5848cbe749598716bc62fd334a (diff) |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-file.h b/qemu-file.h index 8da10213d9..31b83f6bb3 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); |