]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Csm/LegacyBiosDxe/LegacyPci.c
OvmfPkg/Csm: Fix various typos
[mirror_edk2.git] / OvmfPkg / Csm / LegacyBiosDxe / LegacyPci.c
index dc1f760876a6d212f35a776a46db70998466f188..2656dafde943c6ca368bdf8c8e37ccce359b2bd7 100644 (file)
@@ -678,7 +678,7 @@ TranslateBusPirq (
 \r
 \r
 Search busses starting from slot bus for final bus >= Secondary bus and\r
-final bus <= Suborninate bus. Assumption is bus entries increase in bus\r
+final bus <= Subordinate bus. Assumption is bus entries increase in bus\r
 number.\r
 Starting PIRQ is A,B,C,D.\r
 Bus 2, Device 7 satisfies search criteria. Rotate (A,B,C,D) left by device\r
@@ -914,7 +914,7 @@ InstallLegacyIrqHandler (
   Legacy8259      = Private->Legacy8259;\r
   //\r
   // Disable interrupt in PIC, in case shared, to prevent an\r
-  // interrupt from occuring.\r
+  // interrupt from occurring.\r
   //\r
   Legacy8259->GetMask (\r
                 Legacy8259,\r
@@ -1049,7 +1049,7 @@ InstallLegacyIrqHandler (
 \r
 /**\r
   Program the interrupt routing register in all the PCI devices. On a PC AT system\r
-  this register contains the 8259 IRQ vector that matches it's PCI interrupt.\r
+  this register contains the 8259 IRQ vector that matches its PCI interrupt.\r
 \r
   @param  Private                Legacy  BIOS Instance data\r
 \r
@@ -2582,7 +2582,7 @@ LegacyBiosInstallRom (
   // do not follow the standard of setting AX = 0 on success.\r
   //\r
   //\r
-  // The ROM could have updated it's size so we need to read again.\r
+  // The ROM could have updated its size so we need to read again.\r
   //\r
   if (((EFI_LEGACY_EXPANSION_ROM_HEADER *) RuntimeAddress)->Signature != PCI_EXPANSION_ROM_HEADER_SIGNATURE) {\r
     //\r