hw/pci/pci_bridge: Fix typo in comment
authorJulia Suvorova <jusual@redhat.com>
Wed, 5 Feb 2020 18:51:23 +0000 (19:51 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 6 Feb 2020 10:10:46 +0000 (11:10 +0100)
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>
include/hw/pci/pci_bridge.h

index ba488818d292f930baacc27c0f3f1259692ed954..99c674e949544885b14bed5eefdc6b959287ec66 100644 (file)
@@ -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,