]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/MtrrLib/MtrrLib.c
UefiCpuPkg/MtrrLib: Correct typo in comments and remove TABs
[mirror_edk2.git] / UefiCpuPkg / Library / MtrrLib / MtrrLib.c
index 7783b63d8267e222e2e060d2de5f43b88628e1c1..547f827e506a5ac826731245899078b3557047ce 100644 (file)
@@ -5,7 +5,7 @@
     Most of services in this library instance are suggested to be invoked by BSP only,\r
     except for MtrrSetAllMtrrs() which is used to sync BSP's MTRR setting to APs.\r
 \r
-  Copyright (c) 2008 - 2016, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2008 - 2017, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -786,7 +786,7 @@ CombineMemoryAttribute (
       continue;\r
     } else {\r
       //\r
-      // The cache type is different, but the range is convered by one MTRR\r
+      // The cache type is different, but the range is covered by one MTRR\r
       //\r
       if (VariableMtrr[Index].BaseAddress == *Base && MtrrEnd == EndAddress) {\r
         InvalidateShadowMtrr (Index, VariableMtrr, UsedMtrr);\r
@@ -1278,7 +1278,7 @@ MtrrGetMemoryAttribute (
 /**\r
   Worker function prints all MTRRs for debugging.\r
 \r
-  If MtrrSetting is not NULL, print MTRR settings from from input MTRR\r
+  If MtrrSetting is not NULL, print MTRR settings from input MTRR\r
   settings buffer.\r
   If MtrrSetting is NULL, print MTRR settings from MTRRs.\r
 \r