diff options
author | Julia Suvorova <jusual@redhat.com> | 2020-02-05 19:51:23 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-02-06 11:10:46 +0100 |
commit | b7709d0e0ac08965662979d8f351e168fc809cd7 (patch) | |
tree | 020cd9d80f205ce2425fb9a738c408e852cb9b92 /include | |
parent | 890fb1f6b36028dd21ad428a4eddc0172cb69377 (diff) |
hw/pci/pci_bridge: Fix typo in comment
Signed-off-by: Julia Suvorova <jusual@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20200205185123.210209-1-jusual@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/pci/pci_bridge.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/pci/pci_bridge.h b/include/hw/pci/pci_bridge.h index ba488818d2..99c674e949 100644 --- a/include/hw/pci/pci_bridge.h +++ b/include/hw/pci/pci_bridge.h @@ -108,7 +108,7 @@ void pci_bridge_dev_unplug_request_cb(HotplugHandler *hotplug_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, |