]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Csm/CsmSupportLib/LegacyPlatform.c
OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones
[mirror_edk2.git] / OvmfPkg / Csm / CsmSupportLib / LegacyPlatform.c
index a07bb82da7f6736fcfc84a94c7306ec38bcecf11..96f9934b2086454f39108d2e7a37d1e7b5b7ea51 100644 (file)
@@ -282,7 +282,7 @@ GetSelectedVgaDeviceInfo (
     Status = gBS->HandleProtocol (HandleBuffer[Index], &gEfiPciIoProtocolGuid, (VOID**)&PciIo);\r
     if (!EFI_ERROR (Status)) {\r
       //\r
-      // Detemine if this is in the correct bus range.\r
+      // Determine if this is in the correct bus range.\r
       //\r
       Status = PciIo->GetLocation (PciIo, &Segment, &Bus, &Device, &Function);\r
       if (EFI_ERROR(Status) || (Bus < MinBus || Bus > MaxBus)) {\r
@@ -309,7 +309,7 @@ GetSelectedVgaDeviceInfo (
       if (!IS_PCI_VGA (&Pci)) {\r
         continue;\r
       }\r
-      DEBUG ((EFI_D_INFO,\r
+      DEBUG ((DEBUG_INFO,\r
         "PCI VGA: 0x%04x:0x%04x\n",\r
         Pci.Hdr.VendorId,\r
         Pci.Hdr.DeviceId\r
@@ -501,7 +501,7 @@ GetPlatformHandle (
 \r
             //\r
             // Be sure to only fill out correct information based on platform\r
-            // configureation.\r
+            // configuration.\r
             //\r
             HddInfo[HddIndex].Status        |= HDD_PRIMARY;\r
             HddInfo[HddIndex].Bus           = (UINT32)Bus;\r
@@ -882,7 +882,7 @@ TranslatePirq (
         if (PirqData == 0) {\r
 \r
           //\r
-          // No unused interrpts, so start reusing them.\r
+          // No unused interrupts, so start reusing them.\r
           //\r
           MatchData = (UINT8) (~MatchData);\r
         }\r