]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CorebootPayloadPkg/Library/PciHostBridgeLib/PciHostBridgeSupport.c
CorebootPayloadPkg: Fix various typos
[mirror_edk2.git] / CorebootPayloadPkg / Library / PciHostBridgeLib / PciHostBridgeSupport.c
index 18dcbafdf0c6776e5d6bc192580c0dc88d8842e1..d06db1e12ec7e63f6d5bf0e26689a2e7c3993f5f 100644 (file)
@@ -146,7 +146,7 @@ PcatPciRootBridgeBarExisted (
 }\r
 \r
 /**\r
-  Parse PCI bar and collect the assigned PCI resouce information.\r
+  Parse PCI bar and collect the assigned PCI resource information.\r
 \r
   @param[in]  Command          Supported attributes.\r
 \r
@@ -397,7 +397,7 @@ ScanForRootBridges (
           //\r
           if (Pci.Bridge.SubordinateBus > SubBus) {\r
             //\r
-            // If the suborinate bus number of the PCI-PCI bridge is greater\r
+            // If the subordinate bus number of the PCI-PCI bridge is greater\r
             // than the PCI root bridge's current subordinate bus number,\r
             // then update the PCI root bridge's subordinate bus number\r
             //\r
@@ -536,7 +536,7 @@ ScanForRootBridges (
 \r
         //\r
         // See if the PCI Device is a PCI - ISA or PCI - EISA\r
-        // or ISA_POSITIVIE_DECODE Bridge device\r
+        // or ISA_POSITIVE_DECODE Bridge device\r
         //\r
         if (Pci.Hdr.ClassCode[2] == PCI_CLASS_BRIDGE) {\r
           if (Pci.Hdr.ClassCode[1] == PCI_CLASS_BRIDGE_ISA ||\r