diff mbox

hw/pci-stub: fix comment typo

Message ID 1314385561-22519-1-git-send-email-alevy@redhat.com
State New
Headers show

Commit Message

Alon Levy Aug. 26, 2011, 7:06 p.m. UTC
Signed-off-by: Alon Levy <alevy@redhat.com>
---
 hw/pci-stub.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

malc Aug. 26, 2011, 7:17 p.m. UTC | #1
On Fri, 26 Aug 2011, Alon Levy wrote:

> Signed-off-by: Alon Levy <alevy@redhat.com>

> ---
>  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 <yamahata at valinux co jp>
>   *                    VA Linux Systems Japan K.K.
> 

I doubt that this is correct from grammatical standpoint (plural begs for
do, not does), not a native speaker though..
Alon Levy Aug. 26, 2011, 7:55 p.m. UTC | #2
On Fri, Aug 26, 2011 at 11:17:59PM +0400, malc wrote:
> On Fri, 26 Aug 2011, Alon Levy wrote:
> 
> > Signed-off-by: Alon Levy <alevy@redhat.com>
> 
> > ---
> >  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 <yamahata at valinux co jp>
> >   *                    VA Linux Systems Japan K.K.
> > 
> 
> I doubt that this is correct from grammatical standpoint (plural begs for
> do, not does), not a native speaker though..
> 

You are right, it should be don't.

> -- 
> mailto:av1474@comtv.ru
Stefan Hajnoczi Aug. 29, 2011, 10:03 a.m. UTC | #3
On Fri, Aug 26, 2011 at 10:06:01PM +0300, Alon Levy wrote:
> Signed-off-by: Alon Levy <alevy@redhat.com>
> ---
>  hw/pci-stub.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Thanks, applied to the trivial patches tree:
http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches

Fixed "doesn't" -> "don't".

Stefan
diff mbox

Patch

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 <yamahata at valinux co jp>
  *                    VA Linux Systems Japan K.K.