]> git.proxmox.com Git - qemu.git/commitdiff
qemu-config: comment spell fix
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 17 May 2011 08:40:43 +0000 (10:40 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 6 Jun 2011 07:14:42 +0000 (09:14 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
qemu-config.c

index b00aa3ae893b31c00178211a8afb44ed9d274ee6..c63741c6b1c2983156815690e6b8520197f42520 100644 (file)
@@ -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 */ }
     },
 };