diff mbox

[1/3] Fix typo in balloon help

Message ID 00b4f076a6a58e30315b8aff94ea7d4da5ed87ad.1274281724.git.riccardo.magliocchetti@gmail.com
State New
Headers show

Commit Message

Riccardo Magliocchetti May 19, 2010, 4:49 p.m. UTC
Fix launchpad #563883

Signed-off-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
---
 qemu-monitor.hx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Aurelien Jarno May 28, 2010, 8:58 p.m. UTC | #1
On Wed, May 19, 2010 at 06:49:28PM +0200, Riccardo Magliocchetti wrote:
> Fix launchpad #563883
> 
> Signed-off-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>

Thanks, applied.

> ---
>  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,
> -- 
> 1.7.1
> 
> 
>
diff mbox

Patch

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,