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:08:53 +0000 (22:08 +0200)
Fix launchpad #563883

Signed-off-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
qemu-monitor.hx

index e30b250..f4f88df 100644 (file)
@@ -987,7 +987,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_async = do_balloon,
         .async      = 1,