From: Gustavo Romero Date: Sun, 4 May 2025 21:56:29 +0000 (+0000) Subject: hw/pci-host/gpex-acpi: Fix typo in comment X-Git-Tag: v10.1.0-rc0~93^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4394d23e4952e8c8fbef7e3a132414e7891d8062;p=thirdparty%2Fqemu.git 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 Reviewed-by: Thomas Huth Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- diff --git a/hw/pci-host/gpex-acpi.c b/hw/pci-host/gpex-acpi.c index e8b4c64c5f1..0aba47c71c0 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,