summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Library/Dxe
diff options
context:
space:
mode:
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library/Dxe')
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Ia32/CpuFuncs.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/Dxe/Include/X64/CpuFuncs.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiIfrForm.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Ia32/CpuFuncs.h b/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Ia32/CpuFuncs.h
index 3d1089f068..1f5201ba14 100644
--- a/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Ia32/CpuFuncs.h
+++ b/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Ia32/CpuFuncs.h
@@ -182,7 +182,7 @@ EfiCpuid (
Routine Description:
- Get the Cpu info by excute the CPUID instruction.
+ Get the Cpu info by execute the CPUID instruction.
Arguments:
diff --git a/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/X64/CpuFuncs.h b/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/X64/CpuFuncs.h
index 99d8a62f73..567bf37c98 100644
--- a/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/X64/CpuFuncs.h
+++ b/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/X64/CpuFuncs.h
@@ -184,7 +184,7 @@ EfiCpuid (
Routine Description:
- Get the Cpu info by excute the CPUID instruction.
+ Get the Cpu info by execute the CPUID instruction.
Arguments:
diff --git a/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiIfrForm.c b/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiIfrForm.c
index 864a850d4a..366eab864b 100644
--- a/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiIfrForm.c
+++ b/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiIfrForm.c
@@ -1641,7 +1641,7 @@ Returns:
}
//
- // Retrive formset storage data from Form Browser
+ // Retrieve formset storage data from Form Browser
//
ConfigHdr = mFakeConfigHdr;
HeaderLen = EfiStrLen (ConfigHdr);