X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=CorebootPayloadPkg%2FLibrary%2FPciHostBridgeLib%2FPciHostBridgeSupport.c;fp=CorebootPayloadPkg%2FLibrary%2FPciHostBridgeLib%2FPciHostBridgeSupport.c;h=d06db1e12ec7e63f6d5bf0e26689a2e7c3993f5f;hp=18dcbafdf0c6776e5d6bc192580c0dc88d8842e1;hb=68f87b2572280a62bc7833ac31f7ea096c9f50aa;hpb=2d6639321986653a2a604dc7fb02b76bb21c8373 diff --git a/CorebootPayloadPkg/Library/PciHostBridgeLib/PciHostBridgeSupport.c b/CorebootPayloadPkg/Library/PciHostBridgeLib/PciHostBridgeSupport.c index 18dcbafdf0..d06db1e12e 100644 --- a/CorebootPayloadPkg/Library/PciHostBridgeLib/PciHostBridgeSupport.c +++ b/CorebootPayloadPkg/Library/PciHostBridgeLib/PciHostBridgeSupport.c @@ -146,7 +146,7 @@ PcatPciRootBridgeBarExisted ( } /** - Parse PCI bar and collect the assigned PCI resouce information. + Parse PCI bar and collect the assigned PCI resource information. @param[in] Command Supported attributes. @@ -397,7 +397,7 @@ ScanForRootBridges ( // if (Pci.Bridge.SubordinateBus > SubBus) { // - // If the suborinate bus number of the PCI-PCI bridge is greater + // If the subordinate bus number of the PCI-PCI bridge is greater // than the PCI root bridge's current subordinate bus number, // then update the PCI root bridge's subordinate bus number // @@ -536,7 +536,7 @@ ScanForRootBridges ( // // See if the PCI Device is a PCI - ISA or PCI - EISA - // or ISA_POSITIVIE_DECODE Bridge device + // or ISA_POSITIVE_DECODE Bridge device // if (Pci.Hdr.ClassCode[2] == PCI_CLASS_BRIDGE) { if (Pci.Hdr.ClassCode[1] == PCI_CLASS_BRIDGE_ISA ||