From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTZFg-0002Q3-2a for qemu-devel@nongnu.org; Mon, 06 Jun 2011 08:49:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QTZFd-0007ha-A6 for qemu-devel@nongnu.org; Mon, 06 Jun 2011 08:49:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTZFc-0007hH-LC for qemu-devel@nongnu.org; Mon, 06 Jun 2011 08:49:49 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p56CnlMR024306 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 6 Jun 2011 08:49:47 -0400 From: Gerd Hoffmann Date: Mon, 6 Jun 2011 14:49:38 +0200 Message-Id: <1307364580-28385-6-git-send-email-kraxel@redhat.com> In-Reply-To: <1307364580-28385-1-git-send-email-kraxel@redhat.com> References: <1307364580-28385-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 5/7] qemu-config: comment spell fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Signed-off-by: Gerd Hoffmann --- qemu-config.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qemu-config.c b/qemu-config.c index b00aa3a..c63741c 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 */ } }, }; -- 1.7.1