From patchwork Fri Aug 26 19:06:01 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alon Levy X-Patchwork-Id: 111824 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 206C5B6F9F for ; Sat, 27 Aug 2011 05:07:53 +1000 (EST) Received: from localhost ([::1]:40740 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx1ks-0000m3-7c for incoming@patchwork.ozlabs.org; Fri, 26 Aug 2011 15:07:50 -0400 Received: from eggs.gnu.org ([140.186.70.92]:50283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx1km-0000lL-G2 for qemu-devel@nongnu.org; Fri, 26 Aug 2011 15:07:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qx1kl-0004Uh-RC for qemu-devel@nongnu.org; Fri, 26 Aug 2011 15:07:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx1kj-0004TJ-Cu; Fri, 26 Aug 2011 15:07:41 -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 p7QJ7eT3028346 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 26 Aug 2011 15:07:40 -0400 Received: from bow.redhat.com (reserved-203-244.tlv.redhat.com [10.35.203.244] (may be forged)) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p7QJ7dAU016050; Fri, 26 Aug 2011 15:07:39 -0400 From: Alon Levy To: qemu-trivial@nongnu.org, "qemu-devel@nongnu.org" Date: Fri, 26 Aug 2011 22:06:01 +0300 Message-Id: <1314385561-22519-1-git-send-email-alevy@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH] hw/pci-stub: fix comment typo 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: Alon Levy --- hw/pci-stub.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/pci-stub.c b/hw/pci-stub.c index c5a0aa8..8454c30 100644 --- a/hw/pci-stub.c +++ b/hw/pci-stub.c @@ -1,5 +1,5 @@ /* - * PCI stubs for plathome that doesn't support pci bus. + * PCI stubs for platforms that doesn't support pci bus. * * Copyright (c) 2010 Isaku Yamahata * VA Linux Systems Japan K.K.