diff options
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 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); |