浏览代码

qemu-config: comment spell fix

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Gerd Hoffmann 14 年之前
父节点
当前提交
44bd6907de
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      qemu-config.c

+ 3 - 3
qemu-config.c

@@ -306,7 +306,7 @@ static QemuOptsList qemu_trace_opts = {
             .name = "file",
             .type = QEMU_OPT_STRING,
         },
-        { /* end if list */ }
+        { /* end of list */ }
     },
 };
 #endif
@@ -436,7 +436,7 @@ QemuOptsList qemu_spice_opts = {
             .name = "playback-compression",
             .type = QEMU_OPT_BOOL,
         },
-        { /* end if list */ }
+        { /* end of list */ }
     },
 };
 
@@ -452,7 +452,7 @@ QemuOptsList qemu_option_rom_opts = {
             .name = "romfile",
             .type = QEMU_OPT_STRING,
         },
-        { /* end if list */ }
+        { /* end of list */ }
     },
 };