]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/SmmPeriodicSmiLib.h
MdePkg UefiLib: Make the event empty function public
[mirror_edk2.git] / MdePkg / Include / Library / SmmPeriodicSmiLib.h
index efdff6f44caef7d50427d2b79adfd66bfe286d4c..2bad2b7af7920e413d27a227b98e77a146b7a1e1 100644 (file)
@@ -79,7 +79,7 @@ PeriodicSmiExit (
   If this function is not called from within an enabled periodic SMI handler, \r
   then 0 is returned.\r
 \r
-  @return  The actual time in 100ns units elasped since this function was\r
+  @return  The actual time in 100ns units elapsed since this function was\r
            called.  A value of 0 indicates an unknown amount of time.\r
 \r
 **/\r
@@ -95,7 +95,7 @@ PeriodicSmiYield (
   PeriodicSmiDisable().\r
 \r
   @param[in] Context      Content registered with PeriodicSmiEnable().\r
-  @param[in] ElapsedTime  The actual time in 100ns units elasped since \r
+  @param[in] ElapsedTime  The actual time in 100ns units elapsed since\r
                           this function was called.  A value of 0 indicates \r
                           an unknown amount of time.\r
                             \r
@@ -110,7 +110,7 @@ VOID
 /**\r
   This function enables a periodic SMI handler.\r
   \r
-  @param[in,out] DispatchHandle    A pointer to the handle associated with the \r
+  @param[in, out] DispatchHandle   A pointer to the handle associated with the \r
                                    enabled periodic SMI handler.  This is an \r
                                    optional parameter that may be NULL.  If it is \r
                                    NULL, then the handle will not be returned, \r