diff options
| author | Mao Zhongyi | 2018-10-11 10:25:08 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2018-11-05 19:24:02 +0100 |
| commit | d05eec73e209b0ddca98fdb048de3a18b28223f4 (patch) | |
| tree | c7231b02d57ad6fb347c18bac1504a3543a45119 /hw/pci | |
| parent | hw/pci: Add missing include (diff) | |
| download | qemu-d05eec73e209b0ddca98fdb048de3a18b28223f4.tar.gz qemu-d05eec73e209b0ddca98fdb048de3a18b28223f4.tar.xz qemu-d05eec73e209b0ddca98fdb048de3a18b28223f4.zip | |
pci_bridge: fix typo in comment
Signed-off-by: Mao Zhongyi <maozhongyi@cmss.chinamobile.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/pci')
| -rw-r--r-- | hw/pci/pci_bridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci/pci_bridge.c b/hw/pci/pci_bridge.c index 08b7e44e2e..ee9dff2d3a 100644 --- a/hw/pci/pci_bridge.c +++ b/hw/pci/pci_bridge.c @@ -399,7 +399,7 @@ void pci_bridge_exitfn(PCIDevice *pci_dev) /* * before qdev initialization(qdev_init()), this function sets bus_name and - * map_irq callback which are necessry for pci_bridge_initfn() to + * map_irq callback which are necessary for pci_bridge_initfn() to * initialize bus. */ void pci_bridge_map_irq(PCIBridge *br, const char* bus_name, |
