From: Riccardo Magliocchetti Date: Wed, 19 May 2010 16:49:28 +0000 (+0200) Subject: Fix typo in balloon help X-Git-Tag: v0.12.5~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c6a8f503da0689af82a84b6b1059ac3336620e5;p=thirdparty%2Fqemu.git Fix typo in balloon help Fix launchpad #563883 Signed-off-by: Riccardo Magliocchetti Signed-off-by: Aurelien Jarno (cherry picked from commit 3c05613a6a51da833105c1bf3db4917d917f5a3a) --- diff --git a/qemu-monitor.hx b/qemu-monitor.hx index 1aa78186baf..a6a36b896d9 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx @@ -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, },