diff --git a/qemu-monitor.hx b/qemu-monitor.hx index e30b250e26f993f4e72c3209a1de0963f76647cb..f4f88df40ab8e4a89dcf980b1531698ff79c6fb2 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,