hw/core/sysbus: Fix a typo
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 6 Aug 2020 13:09:44 +0000 (15:09 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 1 Sep 2020 07:27:30 +0000 (09:27 +0200)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200806130945.21629-2-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/core/sysbus.c

index 70239b7e7d09742480f7ea3873a0656de0102709..77ab351ce1a86861be368cabc7013d15d82fdb92 100644 (file)
@@ -64,7 +64,7 @@ void foreach_dynamic_sysbus_device(FindSysbusDeviceFunc *func, void *opaque)
         .opaque = opaque,
     };
 
-    /* Loop through all sysbus devices that were spawened outside the machine */
+    /* Loop through all sysbus devices that were spawned outside the machine */
     container = container_get(qdev_get_machine(), "/peripheral");
     find_sysbus_device(container, &find);
     container = container_get(qdev_get_machine(), "/peripheral-anon");