]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuMpPei/Microcode.c
UefiCpuPkg: Fix typos in comments
[mirror_edk2.git] / 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