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>
This commit is contained in:
Riccardo Magliocchetti 2010-05-19 18:49:28 +02:00 committed by Aurelien Jarno
parent c1735af1df
commit 3c05613a6a
1 changed files with 1 additions and 1 deletions

View 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,