]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c
SecurityPkg: Fix spelling errors
[mirror_edk2.git] / SecurityPkg / Tcg / MemoryOverwriteControl / TcgMor.c
index fe2bd749fb49db9f5b7cf645f9d3b2cba3ae99bd..97e819edf4d59b46fbbedc30fce0528d306b418c 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   TCG MOR (Memory Overwrite Request) Control Driver.\r
 \r
-  This driver initilize MemoryOverwriteRequestControl variable. It\r
+  This driver initialize MemoryOverwriteRequestControl variable. It\r
   will clear MOR_CLEAR_MEMORY_BIT bit if it is set. It will also do TPer Reset for\r
   those encrypted drives through EFI_STORAGE_SECURITY_COMMAND_PROTOCOL at EndOfDxe.\r
 \r
@@ -298,7 +298,7 @@ TPerResetAtEndOfDxe (
   @param[in] ImageHandle  Image handle of this driver.\r
   @param[in] SystemTable  A Pointer to the EFI System Table.\r
 \r
-  @retval EFI_SUCEESS\r
+  @retval EFI_SUCCESS\r
   @return Others          Some error occurs.\r
 **/\r
 EFI_STATUS\r
@@ -341,7 +341,7 @@ MorDriverEntryPoint (
     //\r
     // Create a Ready To Boot Event and Clear the MorControl bit in the call back function.\r
     //\r
-    DEBUG ((EFI_D_INFO, "TcgMor: Create ReadyToBoot Event for MorControl Bit cleanning!\n"));\r
+    DEBUG ((DEBUG_INFO, "TcgMor: Create ReadyToBoot Event for MorControl Bit cleaning!\n"));\r
     Status = EfiCreateEventReadyToBootEx (\r
                TPL_CALLBACK,\r
                OnReadyToBoot,\r