diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2011-05-17 10:40:43 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-06-06 09:14:42 +0200 |
commit | 44bd6907de2018f8abb28fcee3dda8a7cfbf9c96 (patch) | |
tree | fbbd949ee5cb2cfa5a286e915af61424eb6d1ef5 /qemu-config.c | |
parent | 48b3ed0a68b8c1b288b4e15743ea39b7b5b318c3 (diff) |
qemu-config: comment spell fix
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'qemu-config.c')
-rw-r--r-- | qemu-config.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qemu-config.c b/qemu-config.c index b00aa3ae89..c63741c6b1 100644 --- a/qemu-config.c +++ b/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 */ } }, }; |