diff options
author | Alon Levy <alevy@redhat.com> | 2011-08-26 22:06:01 +0300 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-08-29 10:35:05 +0100 |
commit | 11d6dded8eb09aca1d648166f5f80e846e9c8fc8 (patch) | |
tree | f42d01e8238f17fc0436e3a170bccc5a05f02fd3 /hw/pci-stub.c | |
parent | 9f94778c1603420e48d779a495e84eb82945cc75 (diff) |
hw/pci-stub: fix comment typo
[Stefan fixed "doesn't" -> "don't"]
Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'hw/pci-stub.c')
-rw-r--r-- | 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 c5a0aa8979..1fb105d51c 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 don't support pci bus. * * Copyright (c) 2010 Isaku Yamahata <yamahata at valinux co jp> * VA Linux Systems Japan K.K. |