diff options
author | Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> | 2010-05-19 18:49:28 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-05-28 22:08:53 +0200 |
commit | aed4a885702a0b624d289f6ad6016f656e079b32 (patch) | |
tree | 3dd9ae4b329a137b3410445de82232a0d3c8bf22 /qemu-monitor.hx | |
parent | 6b6c6c60f17f2590a0e9098c727a9fd29fdf10dd (diff) | |
download | qemu-aed4a885702a0b624d289f6ad6016f656e079b32.tar.gz qemu-aed4a885702a0b624d289f6ad6016f656e079b32.tar.bz2 qemu-aed4a885702a0b624d289f6ad6016f656e079b32.zip |
Fix typo in balloon help
Fix launchpad #563883
Signed-off-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'qemu-monitor.hx')
-rw-r--r-- | qemu-monitor.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-monitor.hx b/qemu-monitor.hx index e30b250e26..f4f88df40a 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx @@ -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, |