From patchwork Wed May 19 16:49:28 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/3] Fix typo in balloon help Date: Wed, 19 May 2010 06:49:28 -0000 From: Riccardo Magliocchetti X-Patchwork-Id: 53001 Message-Id: <00b4f076a6a58e30315b8aff94ea7d4da5ed87ad.1274281724.git.riccardo.magliocchetti@gmail.com> To: qemu-devel@nongnu.org Cc: Riccardo Magliocchetti Fix launchpad #563883 Signed-off-by: Riccardo Magliocchetti --- qemu-monitor.hx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/qemu-monitor.hx b/qemu-monitor.hx index a8f194c..ed7def9 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx @@ -979,7 +979,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,