From 6871a0d01f16871c67ea46d4264472cce345bb63 Mon Sep 17 00:00:00 2001 From: Li Qiang Date: Tue, 4 Sep 2018 23:49:01 -0700 Subject: [PATCH] qdev: fix a typo in comment Found by reading code. Signed-off-by: Li Qiang Signed-off-by: Thomas Huth --- hw/core/qdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/core/qdev.c b/hw/core/qdev.c index 36b788a66b..046d8f1f76 100644 --- a/hw/core/qdev.c +++ b/hw/core/qdev.c @@ -643,7 +643,7 @@ static void qdev_get_legacy_property(Object *obj, Visitor *v, * the string depends on the property type. Legacy properties are only * needed for "info qtree". * - * Do not use this is new code! QOM Properties added through this interface + * Do not use this in new code! QOM Properties added through this interface * will be given names in the "legacy" namespace. */ static void qdev_property_add_legacy(DeviceState *dev, Property *prop,