summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Library/SmmPeriodicSmiLib.h
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:27 +0800
committerLiming Gao <liming.gao@intel.com>2016-10-21 16:40:51 +0800
commita750b4ae24ce072f7c5ced1b89c18f9cc23debc8 (patch)
tree3135ce026bf023079957a15f2dfff1fc92be5418 /MdePkg/Include/Library/SmmPeriodicSmiLib.h
parent4fc0be870536f34344eb07083acfc901ab4dcd1b (diff)
downloadedk2-a750b4ae24ce072f7c5ced1b89c18f9cc23debc8.tar.gz
edk2-a750b4ae24ce072f7c5ced1b89c18f9cc23debc8.tar.bz2
edk2-a750b4ae24ce072f7c5ced1b89c18f9cc23debc8.zip
MdePkg: Fix typos in comments
- Resuts -> Results - outputed -> outputted - specifiecd -> specified - TURE -> TRUE - specifed -> specified - Pointion -> Position - Arrary -> Array - elasped -> elapsed - paramter -> parameter - Sumbit -> Submit Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg/Include/Library/SmmPeriodicSmiLib.h')
-rw-r--r--MdePkg/Include/Library/SmmPeriodicSmiLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Library/SmmPeriodicSmiLib.h b/MdePkg/Include/Library/SmmPeriodicSmiLib.h
index dfdb5ebeb6..2bad2b7af7 100644
--- a/MdePkg/Include/Library/SmmPeriodicSmiLib.h
+++ b/MdePkg/Include/Library/SmmPeriodicSmiLib.h
@@ -79,7 +79,7 @@ PeriodicSmiExit (
If this function is not called from within an enabled periodic SMI handler,
then 0 is returned.
- @return The actual time in 100ns units elasped since this function was
+ @return The actual time in 100ns units elapsed since this function was
called. A value of 0 indicates an unknown amount of time.
**/
@@ -95,7 +95,7 @@ PeriodicSmiYield (
PeriodicSmiDisable().
@param[in] Context Content registered with PeriodicSmiEnable().
- @param[in] ElapsedTime The actual time in 100ns units elasped since
+ @param[in] ElapsedTime The actual time in 100ns units elapsed since
this function was called. A value of 0 indicates
an unknown amount of time.