summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Csm/CsmSupportLib
diff options
context:
space:
mode:
Diffstat (limited to 'OvmfPkg/Csm/CsmSupportLib')
-rw-r--r--OvmfPkg/Csm/CsmSupportLib/LegacyPlatform.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/OvmfPkg/Csm/CsmSupportLib/LegacyPlatform.c b/OvmfPkg/Csm/CsmSupportLib/LegacyPlatform.c
index a07bb82da7..9c60c4a4cf 100644
--- a/OvmfPkg/Csm/CsmSupportLib/LegacyPlatform.c
+++ b/OvmfPkg/Csm/CsmSupportLib/LegacyPlatform.c
@@ -282,7 +282,7 @@ GetSelectedVgaDeviceInfo (
Status = gBS->HandleProtocol (HandleBuffer[Index], &gEfiPciIoProtocolGuid, (VOID**)&PciIo);
if (!EFI_ERROR (Status)) {
//
- // Detemine if this is in the correct bus range.
+ // Determine if this is in the correct bus range.
//
Status = PciIo->GetLocation (PciIo, &Segment, &Bus, &Device, &Function);
if (EFI_ERROR(Status) || (Bus < MinBus || Bus > MaxBus)) {
@@ -501,7 +501,7 @@ GetPlatformHandle (
//
// Be sure to only fill out correct information based on platform
- // configureation.
+ // configuration.
//
HddInfo[HddIndex].Status |= HDD_PRIMARY;
HddInfo[HddIndex].Bus = (UINT32)Bus;
@@ -882,7 +882,7 @@ TranslatePirq (
if (PirqData == 0) {
//
- // No unused interrpts, so start reusing them.
+ // No unused interrupts, so start reusing them.
//
MatchData = (UINT8) (~MatchData);
}