]> git.proxmox.com Git - qemu.git/commitdiff
Fix typo in balloon help
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Wed, 19 May 2010 16:49:28 +0000 (18:49 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 28 May 2010 20:59:04 +0000 (22:59 +0200)
Fix launchpad #563883

Signed-off-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
(cherry picked from commit 3c05613a6a51da833105c1bf3db4917d917f5a3a)

qemu-monitor.hx

index 1aa78186baf409aa66bcb6cbc217481c3f38aaaa..a6a36b896d91415d09cd76f9e73f860e0995f5fe 100644 (file)
@@ -888,7 +888,7 @@ ETEXI
         .name       = "balloon",
         .args_type  = "value:M",
         .params     = "target",
-        .help       = "request VM to change it's memory allocation (in MB)",
+        .help       = "request VM to change its memory allocation (in MB)",
         .user_print = monitor_user_noop,
         .mhandler.cmd_new = do_balloon,
     },