aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Romero <gustavo.romero@linaro.org>2025-05-04 21:56:29 +0000
committerMichael Tokarev <mjt@tls.msk.ru>2025-05-09 23:49:26 +0300
commit4394d23e4952e8c8fbef7e3a132414e7891d8062 (patch)
tree3b66fc65b0c6393c08939be47c66e98b9efcbe28
parent55b38d23454ffc8907897aed3fa75d3fc8d27333 (diff)
downloadqemu-4394d23e4952e8c8fbef7e3a132414e7891d8062.zip
qemu-4394d23e4952e8c8fbef7e3a132414e7891d8062.tar.gz
qemu-4394d23e4952e8c8fbef7e3a132414e7891d8062.tar.bz2
hw/pci-host/gpex-acpi: Fix typo in comment
Fix typo in a comment about the creation of the ACPI CRS method. Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r--hw/pci-host/gpex-acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci-host/gpex-acpi.c b/hw/pci-host/gpex-acpi.c
index e8b4c64..0aba47c 100644
--- a/hw/pci-host/gpex-acpi.c
+++ b/hw/pci-host/gpex-acpi.c
@@ -182,7 +182,7 @@ void acpi_dsdt_add_gpex(Aml *scope, struct GPEXConfig *cfg)
/*
* Resources defined for PXBs are composed of the following parts:
- * 1. The resources the pci-brige/pcie-root-port need.
+ * 1. The resources the pci-bridge/pcie-root-port need.
* 2. The resources the devices behind pxb need.
*/
crs = build_crs(PCI_HOST_BRIDGE(BUS(bus)->parent), &crs_range_set,