diff options
author | Chen Fan <chen.fan.fnst@cn.fujitsu.com> | 2015-03-10 09:52:23 +0800 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2015-03-18 12:19:16 +0100 |
commit | 98a2f30a1b5b8b7b35229a705149f020b4918ab8 (patch) | |
tree | a7708221c5b34d7327277ea9dd2de7769a88f900 /include/hw/pci/pci.h | |
parent | 310e91f7d0aaec27f55969597ccbb4e83612695e (diff) | |
download | qemu-98a2f30a1b5b8b7b35229a705149f020b4918ab8.tar.gz qemu-98a2f30a1b5b8b7b35229a705149f020b4918ab8.tar.bz2 qemu-98a2f30a1b5b8b7b35229a705149f020b4918ab8.zip |
pci: fix several trivial typos in comment
Signed-off-by: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/hw/pci/pci.h')
-rw-r--r-- | include/hw/pci/pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h index be2d9b8703..b97c2956ec 100644 --- a/include/hw/pci/pci.h +++ b/include/hw/pci/pci.h @@ -137,7 +137,7 @@ enum { #define PCI_CONFIG_HEADER_SIZE 0x40 /* Size of the standard PCI config space */ #define PCI_CONFIG_SPACE_SIZE 0x100 -/* Size of the standart PCIe config space: 4KB */ +/* Size of the standard PCIe config space: 4KB */ #define PCIE_CONFIG_SPACE_SIZE 0x1000 #define PCI_NUM_PINS 4 /* A-D */ |