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>
(cherry picked from commit 3c05613a6a)
This commit is contained in:
Riccardo Magliocchetti 2010-05-19 18:49:28 +02:00 committed by Aurelien Jarno
parent 0c459361a1
commit 9c6a8f503d
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},