summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Library/MtrrLib
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-20 14:53:02 +0800
committerJeff Fan <jeff.fan@intel.com>2016-10-24 09:09:48 +0800
commit438f17665c949ccd8b2fec7646fa894f31b54df8 (patch)
treecd4ef80c408b50466fd1a70284c0f0e94896be8e /UefiCpuPkg/Library/MtrrLib
parentd6a1c70de11eab1ac3e2b7172de7b32510bb9338 (diff)
downloadedk2-438f17665c949ccd8b2fec7646fa894f31b54df8.tar.gz
edk2-438f17665c949ccd8b2fec7646fa894f31b54df8.tar.bz2
edk2-438f17665c949ccd8b2fec7646fa894f31b54df8.zip
UefiCpuPkg: Fix typos in comments
- excute -> execute - Retrive -> Retrieve - possilbe -> possible - CONTINOUS -> CONTINUOUS - storgage -> storage - allcated -> allocated - triggerred -> triggered - paramter -> parameter - perodically -> periodically - retore -> restore v2: - ruturn -> return Cc: Jeff Fan <jeff.fan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com>
Diffstat (limited to 'UefiCpuPkg/Library/MtrrLib')
-rw-r--r--UefiCpuPkg/Library/MtrrLib/MtrrLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/Library/MtrrLib/MtrrLib.c b/UefiCpuPkg/Library/MtrrLib/MtrrLib.c
index 5aef7724e2..7783b63d82 100644
--- a/UefiCpuPkg/Library/MtrrLib/MtrrLib.c
+++ b/UefiCpuPkg/Library/MtrrLib/MtrrLib.c
@@ -606,7 +606,7 @@ MtrrGetMemoryAttributeInVariableMtrrWorker (
@param[in] MtrrValidAddressMask The valid address mask for MTRR
@param[out] VariableMtrr The array to shadow variable MTRRs content
- @return The return value of this paramter indicates the
+ @return The return value of this parameter indicates the
number of MTRRs which has been used.
**/