From b7709d0e0ac08965662979d8f351e168fc809cd7 Mon Sep 17 00:00:00 2001 From: Julia Suvorova Date: Wed, 5 Feb 2020 19:51:23 +0100 Subject: [PATCH] hw/pci/pci_bridge: Fix typo in comment Signed-off-by: Julia Suvorova Reviewed-by: Stefan Hajnoczi Message-Id: <20200205185123.210209-1-jusual@redhat.com> Signed-off-by: Laurent Vivier --- include/hw/pci/pci_bridge.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,