summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorWainer dos Santos Moschetta <wainersm@redhat.com>2018-12-24 10:49:22 -0500
committerLaurent Vivier <laurent@vivier.eu>2019-01-09 11:09:31 +0100
commit097f699ce912f4123a9a7b999e90abbd41e5777e (patch)
tree8fb5a920beb75da3461d2a55c1e39f1fed5edb98 /hw
parenta98c370c46b1fbbf00466a86848e7f15964498a5 (diff)
hw/core: fix whitespace in a sentence
Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20181224154922.3338-1-wainersm@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw')
-rw-r--r--hw/core/machine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/core/machine.c b/hw/core/machine.c
index f8563efb86..1a0a9ab111 100644
--- a/hw/core/machine.c
+++ b/hw/core/machine.c
@@ -919,7 +919,7 @@ static void machine_class_init(ObjectClass *oc, void *data)
object_class_property_add_bool(oc, "dump-guest-core",
machine_get_dump_guest_core, machine_set_dump_guest_core, &error_abort);
object_class_property_set_description(oc, "dump-guest-core",
- "Include guest memory in a core dump", &error_abort);
+ "Include guest memory in a core dump", &error_abort);
object_class_property_add_bool(oc, "mem-merge",
machine_get_mem_merge, machine_set_mem_merge, &error_abort);