]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiCpuPkg: Fix typos in comments
authorGiri P Mudusuru <giri.p.mudusuru@intel.com>
Fri, 8 Jul 2016 06:21:08 +0000 (14:21 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 11 Jul 2016 02:29:51 +0000 (10:29 +0800)
- 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>
UefiCpuPkg/CpuMpPei/Microcode.c

index 9dcbf99db3b6e5d676ac2d5d12bbaacaeadcc4ec..3fd3a8bb8185167a37f896a8cd89a448abc95a44 100644 (file)
@@ -93,7 +93,7 @@ MicrocodeDetect (
     if (MicrocodeEntryPoint->HeaderVersion == 0x1) {\r
       //\r
       // It is the microcode header. It is not the padding data between microcode patches\r
-      // becasue the padding data should not include 0x00000001 and it should be the repeated\r
+      // because the padding data should not include 0x00000001 and it should be the repeated\r
       // byte format (like 0xXYXYXYXY....).\r
       //\r
       if (MicrocodeEntryPoint->ProcessorId == RegEax &&\r