From patchwork Sat Apr 23 11:50:06 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brad Hards X-Patchwork-Id: 92614 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id ADC4EB6F64 for ; Sat, 23 Apr 2011 21:50:39 +1000 (EST) Received: from localhost ([::1]:42923 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDbMA-0003Ju-F0 for incoming@patchwork.ozlabs.org; Sat, 23 Apr 2011 07:50:34 -0400 Received: from eggs.gnu.org ([140.186.70.92]:56677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDbM3-0003Jb-CF for qemu-devel@nongnu.org; Sat, 23 Apr 2011 07:50:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QDbM2-0003X8-Eg for qemu-devel@nongnu.org; Sat, 23 Apr 2011 07:50:27 -0400 Received: from ipmail05.adl6.internode.on.net ([150.101.137.143]:39061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QDbM2-0003Wf-2u for qemu-devel@nongnu.org; Sat, 23 Apr 2011 07:50:26 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtIFAIm8sk2WZXPNgWdsb2JhbACYHI1gAQEWJiXCew6FaAQ Received: from ppp115-205.static.internode.on.net (HELO incana) ([150.101.115.205]) by ipmail05.adl6.internode.on.net with ESMTP; 23 Apr 2011 21:20:16 +0930 From: Brad Hards To: qemu-devel@nongnu.org Date: Sat, 23 Apr 2011 21:50:06 +1000 Message-Id: <1303559406-1086-1-git-send-email-bradh@frogmouth.net> X-Mailer: git-send-email 1.7.1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 150.101.137.143 Cc: Brad Hards Subject: [Qemu-devel] [PATCH] vl: trivial spelling fix X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Brad Hards --- 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 *