]> git.proxmox.com Git - qemu.git/blobdiff - qemu-file.h
kvmvapic: Disable if there is insufficient memory
[qemu.git] / qemu-file.h
index 8da10213d96092da02a23d169759e67edd92c743..31b83f6bb325a31f127613404d1afa237d9e14f6 100644 (file)
@@ -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);