]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Include/Library/MtrrLib.h
UefiCpuPkg/MtrrLib: Correct typo in comments and remove TABs
[mirror_edk2.git] / UefiCpuPkg / Include / Library / MtrrLib.h
index 4973d847a6e26c9e47ce73367aca4233f47b7e92..c37e776d9ac61d879e78f3088995fda334b7b190 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   MTRR setting library\r
 \r
-  Copyright (c) 2008 - 2015, 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
@@ -16,7 +16,7 @@
 #define  _MTRR_LIB_H_\r
 \r
 //\r
-// According to IA32 SDM, MTRRs number and msr offset are always consistent\r
+// According to IA32 SDM, MTRRs number and MSR offset are always consistent\r
 // for IA32 processor family\r
 //\r
 \r
@@ -92,11 +92,11 @@ typedef struct _MTRR_VARIABLE_SETTING_ {
 // Array for variable MTRRs\r
 //\r
 typedef struct _MTRR_VARIABLE_SETTINGS_ {\r
-       MTRR_VARIABLE_SETTING   Mtrr[MTRR_NUMBER_OF_VARIABLE_MTRR];\r
-}      MTRR_VARIABLE_SETTINGS;\r
+  MTRR_VARIABLE_SETTING   Mtrr[MTRR_NUMBER_OF_VARIABLE_MTRR];\r
+} MTRR_VARIABLE_SETTINGS;\r
 \r
 //\r
-// Array for fixed mtrrs\r
+// Array for fixed MTRRs\r
 //\r
 typedef  struct  _MTRR_FIXED_SETTINGS_ {\r
   UINT64       Mtrr[MTRR_NUMBER_OF_FIXED_MTRR];\r
@@ -209,7 +209,7 @@ MtrrGetMemoryAttribute (
 \r
   @param[out]  VariableSettings   A buffer to hold variable MTRRs content.\r
 \r
-  @return The buffer point to MTRR_VARIABLE_SETTINGS in which holds the content of the variable mtrr\r
+  @return The buffer point to MTRR_VARIABLE_SETTINGS in which holds the content of the variable MTRR\r
 \r
 **/\r
 MTRR_VARIABLE_SETTINGS*\r
@@ -220,7 +220,7 @@ MtrrGetVariableMtrr (
 \r
 \r
 /**\r
-  This function sets fixed MTRRs\r
+  This function sets variable MTRRs\r
 \r
   @param[in]  VariableSettings   A buffer to hold variable MTRRs content.\r
 \r