From 93148aa5c341810b0ecefdbe4e760fddb38d9085 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 26 Feb 2012 18:46:12 +0100 Subject: Spelling fixes in comments (it's -> its) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- qemu-file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qemu-file.h') 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); -- cgit v1.1