From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1fDt-0005oy-PE for qemu-devel@nongnu.org; Wed, 15 Aug 2012 11:09:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1fDo-0001GS-VI for qemu-devel@nongnu.org; Wed, 15 Aug 2012 11:09:29 -0400 Received: from e06smtp18.uk.ibm.com ([195.75.94.114]:51788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1fDo-0001GG-Mc for qemu-devel@nongnu.org; Wed, 15 Aug 2012 11:09:24 -0400 Received: from /spool/local by e06smtp18.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 15 Aug 2012 16:09:24 +0100 Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q7FF9FCa13566196 for ; Wed, 15 Aug 2012 15:09:15 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost.localdomain [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q7FF9KgT025223 for ; Wed, 15 Aug 2012 09:09:21 -0600 From: Stefan Hajnoczi Date: Wed, 15 Aug 2012 16:09:01 +0100 Message-Id: <1345043344-3978-7-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1345043344-3978-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1345043344-3978-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 6/9] Spelling fix in comment (peripherans -> peripherals) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Stefan Weil , qemu-devel@nongnu.org, Stefan Hajnoczi From: Stefan Weil Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- hw/versatilepb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/versatilepb.c b/hw/versatilepb.c index 4fd5d9b..7a92034 100644 --- a/hw/versatilepb.c +++ b/hw/versatilepb.c @@ -162,7 +162,7 @@ static int vpb_sic_init(SysBusDevice *dev) /* Board init. */ /* The AB and PB boards both use the same core, just with different - peripherans and expansion busses. For now we emulate a subset of the + peripherals and expansion busses. For now we emulate a subset of the PB peripherals and just change the board ID. */ static struct arm_boot_info versatile_binfo; -- 1.7.10.4