All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] machine: fix a typo
@ 2018-10-10 16:10 Li Qiang
  2018-10-10 16:41 ` Stefano Garzarella
  2018-10-10 20:56 ` Eduardo Habkost
  0 siblings, 2 replies; 3+ messages in thread
From: Li Qiang @ 2018-10-10 16:10 UTC (permalink / raw)
  To: ehabkost, marcel.apfelbaum; +Cc: qemu-devel, qemu-trivial, Li Qiang

Cc: qemu-trivial@nongnu.org
Signed-off-by: Li Qiang <liq3ea@163.com>
---
 hw/core/machine.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/core/machine.c b/hw/core/machine.c
index 1987557833..da50ad6de7 100644
--- a/hw/core/machine.c
+++ b/hw/core/machine.c
@@ -636,7 +636,7 @@ static void machine_class_init(ObjectClass *oc, void *data)
         machine_get_memory_encryption, machine_set_memory_encryption,
         &error_abort);
     object_class_property_set_description(oc, "memory-encryption",
-        "Set memory encyption object to use", &error_abort);
+        "Set memory encryption object to use", &error_abort);
 }
 
 static void machine_class_base_init(ObjectClass *oc, void *data)
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-10-10 20:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-10 16:10 [Qemu-devel] [PATCH] machine: fix a typo Li Qiang
2018-10-10 16:41 ` Stefano Garzarella
2018-10-10 20:56 ` Eduardo Habkost

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.