summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/CpuMpPei
diff options
context:
space:
mode:
authorGiri P Mudusuru <giri.p.mudusuru@intel.com>2016-07-08 14:21:08 +0800
committerLiming Gao <liming.gao@intel.com>2016-07-11 10:29:51 +0800
commit8ed9ce80a68a4e8268491182463b6eea586e44f9 (patch)
tree9d630ebf82b4360ecb630ce1ba1972bef1c379c8 /UefiCpuPkg/CpuMpPei
parentc2adf51f004d2085df0cfa175d2ca95e140999a2 (diff)
downloadedk2-8ed9ce80a68a4e8268491182463b6eea586e44f9.tar.gz
edk2-8ed9ce80a68a4e8268491182463b6eea586e44f9.tar.bz2
edk2-8ed9ce80a68a4e8268491182463b6eea586e44f9.zip
UefiCpuPkg: Fix typos in comments
- becasue to because Cc: Jeff Fan <jeff.fan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com>
Diffstat (limited to 'UefiCpuPkg/CpuMpPei')
-rw-r--r--UefiCpuPkg/CpuMpPei/Microcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/CpuMpPei/Microcode.c b/UefiCpuPkg/CpuMpPei/Microcode.c
index 9dcbf99db3..3fd3a8bb81 100644
--- a/UefiCpuPkg/CpuMpPei/Microcode.c
+++ b/UefiCpuPkg/CpuMpPei/Microcode.c
@@ -93,7 +93,7 @@ MicrocodeDetect (
if (MicrocodeEntryPoint->HeaderVersion == 0x1) {
//
// It is the microcode header. It is not the padding data between microcode patches
- // becasue the padding data should not include 0x00000001 and it should be the repeated
+ // because the padding data should not include 0x00000001 and it should be the repeated
// byte format (like 0xXYXYXYXY....).
//
if (MicrocodeEntryPoint->ProcessorId == RegEax &&