From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51224 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPtxs-0006BS-2N for qemu-devel@nongnu.org; Tue, 07 Dec 2010 04:36:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PPtxq-0001Qr-Ln for qemu-devel@nongnu.org; Tue, 07 Dec 2010 04:36:03 -0500 Received: from mtagate1.uk.ibm.com ([194.196.100.161]:36477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PPtxq-0001QF-C9 for qemu-devel@nongnu.org; Tue, 07 Dec 2010 04:36:02 -0500 Received: from d06nrmr1707.portsmouth.uk.ibm.com (d06nrmr1707.portsmouth.uk.ibm.com [9.149.39.225]) by mtagate1.uk.ibm.com (8.13.1/8.13.1) with ESMTP id oB79a0o0012945 for ; Tue, 7 Dec 2010 09:36:00 GMT Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id oB79a0Fj3420174 for ; Tue, 7 Dec 2010 09:36:02 GMT Received: from d06av05.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id oB79Zwgb012994 for ; Tue, 7 Dec 2010 02:35:58 -0700 From: Stefan Hajnoczi Date: Tue, 7 Dec 2010 09:35:54 +0000 Message-Id: <1291714556-22961-3-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1291714556-22961-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1291714556-22961-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 2/4] qemu-option: Fix parse_option_parameters() documentation typo List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi Yoda said, "list is the templace is". Fix this. Signed-off-by: Stefan Hajnoczi --- qemu-option.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu-option.c b/qemu-option.c index e380fc1..65db542 100644 --- a/qemu-option.c +++ b/qemu-option.c @@ -394,8 +394,8 @@ QEMUOptionParameter *append_option_parameters(QEMUOptionParameter *dest, /* * Parses a parameter string (param) into an option list (dest). * - * list is the templace is. If dest is NULL, a new copy of list is created for - * it. If list is NULL, this function fails. + * list is the template option list. If dest is NULL, a new copy of list is + * created. If list is NULL, this function fails. * * A parameter string consists of one or more parameters, separated by commas. * Each parameter consists of its name and possibly of a value. In the latter -- 1.7.2.3