diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-02-08 18:37:52 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-02-27 22:29:01 +0100 |
commit | 9d724e0ba8986a54fab14e5f2de0f9f03f461eac (patch) | |
tree | 651ca8f03a7cba1b09bf8e085e033728569d5158 /hw | |
parent | 1a6981bbdc124950c9055974dadf1b36c61b9e1f (diff) | |
download | qemu-9d724e0ba8986a54fab14e5f2de0f9f03f461eac.zip qemu-9d724e0ba8986a54fab14e5f2de0f9f03f461eac.tar.gz qemu-9d724e0ba8986a54fab14e5f2de0f9f03f461eac.tar.bz2 |
hw/pci: Fix a typo
Fix 'interrutp' typo.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230211152239.88106-2-philmd@linaro.org>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci/pci.c b/hw/pci/pci.c index cc51f98..bad8e63 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 */ |