From: Philippe Mathieu-Daudé Date: Wed, 8 Feb 2023 17:37:52 +0000 (+0100) Subject: hw/pci: Fix a typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9d724e0ba8986a54fab14e5f2de0f9f03f461eac;p=qemu.git hw/pci: Fix a typo Fix 'interrutp' typo. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <20230211152239.88106-2-philmd@linaro.org> --- diff --git a/hw/pci/pci.c b/hw/pci/pci.c index cc51f98593..bad8e63db3 100644 --- a/hw/pci/pci.c +++ b/hw/pci/pci.c @@ -1648,7 +1648,7 @@ void pci_device_set_intx_routing_notifier(PCIDevice *dev, * 9.1: Interrupt routing. Table 9-1 * * the PCI Express Base Specification, Revision 2.1 - * 2.2.8.1: INTx interrutp signaling - Rules + * 2.2.8.1: INTx interrupt signaling - Rules * the Implementation Note * Table 2-20 */