From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEhOs-00086d-L4 for qemu-devel@nongnu.org; Tue, 26 Apr 2011 08:29:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QEhOr-0003te-NA for qemu-devel@nongnu.org; Tue, 26 Apr 2011 08:29:54 -0400 Received: from mtagate6.uk.ibm.com ([194.196.100.166]:52721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEhOr-0003ta-Ey for qemu-devel@nongnu.org; Tue, 26 Apr 2011 08:29:53 -0400 Received: from d06nrmr1507.portsmouth.uk.ibm.com (d06nrmr1507.portsmouth.uk.ibm.com [9.149.38.233]) by mtagate6.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p3QCTkV9021840 for ; Tue, 26 Apr 2011 12:29:46 GMT Received: from d06av10.portsmouth.uk.ibm.com (d06av10.portsmouth.uk.ibm.com [9.149.37.251]) by d06nrmr1507.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p3QCUnV71245280 for ; Tue, 26 Apr 2011 13:30:49 +0100 Received: from d06av10.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av10.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p3QCTjeW025689 for ; Tue, 26 Apr 2011 06:29:45 -0600 From: Stefan Hajnoczi Date: Tue, 26 Apr 2011 13:29:39 +0100 Message-Id: <1303820979-6983-2-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1303820979-6983-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1303820979-6983-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH] vl: trivial spelling fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Brad Hards , Stefan Hajnoczi From: Brad Hards Signed-off-by: Brad Hards Signed-off-by: Stefan Hajnoczi --- vl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vl.c b/vl.c index 68c3b53..b46ee66 100644 --- a/vl.c +++ b/vl.c @@ -756,7 +756,7 @@ void add_boot_device_path(int32_t bootindex, DeviceState *dev, /* * This function returns null terminated string that consist of new line - * separated device pathes. + * separated device paths. * * memory pointed by "size" is assigned total length of the array in bytes * -- 1.7.4.1