瀏覽代碼

hw/core/sysbus: Fix a typo

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>
Philippe Mathieu-Daudé 5 年之前
父節點
當前提交
cc6498ec6e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hw/core/sysbus.c

+ 1 - 1
hw/core/sysbus.c

@@ -64,7 +64,7 @@ void foreach_dynamic_sysbus_device(FindSysbusDeviceFunc *func, void *opaque)
         .opaque = 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");
     container = container_get(qdev_get_machine(), "/peripheral");
     find_sysbus_device(container, &find);
     find_sysbus_device(container, &find);
     container = container_get(qdev_get_machine(), "/peripheral-anon");
     container = container_get(qdev_get_machine(), "/peripheral-anon");