summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Include
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2017-10-19 15:48:56 +0800
committerEric Dong <eric.dong@intel.com>2017-10-24 09:14:17 +0800
commitf6194f5a64c299cb33c96fc153aa83ca31531a06 (patch)
tree269c90861b2febf7bd9f975c6da68d16b89d660f /UefiCpuPkg/Include
parent382aeac2c83dc7fb0c88b7a5ade1038820b3beab (diff)
downloadedk2-f6194f5a64c299cb33c96fc153aa83ca31531a06.tar.gz
edk2-f6194f5a64c299cb33c96fc153aa83ca31531a06.tar.bz2
edk2-f6194f5a64c299cb33c96fc153aa83ca31531a06.zip
UefiCpuPkg/MtrrLib: Make comments align with function
Cc: Eric Dong <eric.dong@intel.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'UefiCpuPkg/Include')
-rw-r--r--UefiCpuPkg/Include/Library/MtrrLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/Include/Library/MtrrLib.h b/UefiCpuPkg/Include/Library/MtrrLib.h
index d05d839915..0bf7d8ed10 100644
--- a/UefiCpuPkg/Include/Library/MtrrLib.h
+++ b/UefiCpuPkg/Include/Library/MtrrLib.h
@@ -375,7 +375,7 @@ MtrrSetMemoryAttributeInMtrrSettings (
When range overlap happens, the last one takes higher priority.
When the function returns, either all the attributes are set successfully,
or none of them is set.
- @param[in] Count of MTRR_MEMORY_RANGE.
+ @param[in] RangeCount Count of MTRR_MEMORY_RANGE.
@retval RETURN_SUCCESS The attributes were set for all the memory ranges.
@retval RETURN_INVALID_PARAMETER Length in any range is zero.