]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/SmmLibNull/SmmLibNull.c
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / SmmLibNull / SmmLibNull.c
index a481c4ebd5472ea67e0077ea0b8af2d50450f565..60c8adb13306f60a3b30b54346a5c6bf16b1b035 100644 (file)
@@ -51,11 +51,12 @@ TriggerRuntimeSoftwareSmi (
 /**\r
   Test if a boot time software SMI happened.  \r
 \r
-  This function tests if a software SMM interrupt happened. If a software SMM interrupt happened and\r
-  it was triggered at boot time, it returns TRUE. Otherwise, it returns FALSE.\r
+  This function tests if a software SMM interrupt happened. If a software SMM \r
+  interrupt happened and it was triggered at boot time, it returns TRUE. Otherwise, \r
+  it returns FALSE.\r
 \r
   @retval TRUE   A software SMI triggered at boot time happened.\r
-  @retval FLASE  No software SMI happened or the software SMI was triggered at run time.\r
+  @retval FALSE  No software SMI happened or the software SMI was triggered at run time.\r
 \r
 **/\r
 BOOLEAN\r
@@ -71,11 +72,12 @@ IsBootServiceSoftwareSmi (
 /**\r
   Test if a run time software SMI happened.  \r
 \r
-  This function tests if a software SMM interrupt happened. If a software SMM interrupt happened and\r
-  it was triggered at run time, it returns TRUE. Otherwise, it returns FALSE.\r
+  This function tests if a software SMM interrupt happened. If a software SMM \r
+  interrupt happened and it was triggered at run time, it returns TRUE. Otherwise, \r
+  it returns FALSE.\r
 \r
   @retval TRUE   A software SMI triggered at run time happened.\r
-  @retval FLASE  No software SMI happened or the software SMI was triggered at boot time.\r
+  @retval FALSE  No software SMI happened or the software SMI was triggered at boot time.\r
 \r
 **/\r
 BOOLEAN\r