summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/SmmMemoryAllocationProfileLib
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:25 +0800
committerFeng Tian <feng.tian@intel.com>2016-10-27 09:11:19 +0800
commit3b28e7448de6ef8ed94036bffe23c67dc20a7aff (patch)
tree7fda7f5516c4ca65e1dc4b363da58dffc625b438 /MdeModulePkg/Library/SmmMemoryAllocationProfileLib
parent86ac8fb256fe0716f6d06c1f6a4a7f93483b4837 (diff)
downloadedk2-3b28e7448de6ef8ed94036bffe23c67dc20a7aff.tar.gz
edk2-3b28e7448de6ef8ed94036bffe23c67dc20a7aff.tar.bz2
edk2-3b28e7448de6ef8ed94036bffe23c67dc20a7aff.zip
MdeModulePkg/Library: Fix typos in comments and variables
- servity -> severity - TURE -> TRUE - contiue -> continue - Pepresentation -> Representation - suported -> supported - opints -> points - sucessfully -> successfully - hexidecimal -> hexadecimal - Pacakge -> Package - Libary -> Library - successull -> successfully - reseting -> resetting - Retrive -> Retrieve - dirver -> driver - availible -> available - chracter -> character - seperator -> separator Cc: Feng Tian <feng.tian@intel.com> Cc: Star Zeng <star.zeng@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Feng Tian <feng.tian@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg/Library/SmmMemoryAllocationProfileLib')
-rw-r--r--MdeModulePkg/Library/SmmMemoryAllocationProfileLib/MemoryAllocationLib.c2
-rw-r--r--MdeModulePkg/Library/SmmMemoryAllocationProfileLib/SmmMemoryProfileLib.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/MemoryAllocationLib.c b/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/MemoryAllocationLib.c
index 34ff120f41..e9bbf02311 100644
--- a/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/MemoryAllocationLib.c
+++ b/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/MemoryAllocationLib.c
@@ -116,7 +116,7 @@ SmmMemoryAllocationLibDestructor (
@param[in] Buffer The pointer to the buffer to be checked.
- @retval TURE The buffer is in SMRAM ranges.
+ @retval TRUE The buffer is in SMRAM ranges.
@retval FALSE The buffer is out of SMRAM ranges.
**/
BOOLEAN
diff --git a/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/SmmMemoryProfileLib.c b/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/SmmMemoryProfileLib.c
index dcf08689b6..85e7c9c132 100644
--- a/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/SmmMemoryProfileLib.c
+++ b/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/SmmMemoryProfileLib.c
@@ -28,7 +28,7 @@ EDKII_SMM_MEMORY_PROFILE_PROTOCOL *mLibSmmProfileProtocol;
@param[in] Buffer The pointer to the buffer to be checked.
- @retval TURE The buffer is in SMRAM ranges.
+ @retval TRUE The buffer is in SMRAM ranges.
@retval FALSE The buffer is out of SMRAM ranges.
**/
BOOLEAN