]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Application/Shell/ConsoleLogger.c
ShellPkg/Application: Fix various typos
[mirror_edk2.git] / ShellPkg / Application / Shell / ConsoleLogger.c
index 6c4e26265407a8daf72ed286e6183eded0ec9fe3..36ba3ac2254ce44bdc7b814a2cc2dee16dcecd85 100644 (file)
@@ -310,9 +310,9 @@ UpdateDisplayFromHistory(
         StringSegment = &Screen[Column];\r
 \r
         //\r
-        // Find the first char with a different arrribute and make that temporarily NULL\r
+        // Find the first char with a different attribute and make that temporarily NULL\r
         // so we can do fewer printout statements.  (later) restore that one and we will\r
-        // start at that collumn on the next loop.\r
+        // start at that column on the next loop.\r
         //\r
         StringSegmentEndChar = CHAR_NULL;\r
         for ( StringSegmentEnd = StringSegment\r
@@ -395,7 +395,7 @@ UpdateDisplayFromHistory(
 }\r
 \r
 /**\r
-  Reset the text output device hardware and optionaly run diagnostics\r
+  Reset the text output device hardware and optionally run diagnostics\r
 \r
   @param  This                pointer to EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL\r
   @param ExtendedVerification Indicates that a more extensive test may be performed\r
@@ -723,7 +723,7 @@ ConsoleLoggerPrintWithPageBreak(
       ConsoleLoggerOutputStringSplit (LineStart, ConsoleInfo);\r
 \r
       //\r
-      // restore the temp NULL terminator to it's original character\r
+      // restore the temp NULL terminator to its original character\r
       //\r
       *((CHAR16*)(Walker+1)) = TempChar;\r
 \r
@@ -770,7 +770,7 @@ ConsoleLoggerPrintWithPageBreak(
         ConsoleLoggerOutputStringSplit (LineStart, ConsoleInfo);\r
 \r
         //\r
-        // restore the temp NULL terminator to it's original character\r
+        // restore the temp NULL terminator to its original character\r
         //\r
         *((CHAR16*)(Walker+1)) = TempChar;\r
 \r
@@ -1189,7 +1189,7 @@ ConsoleLoggerEnableCursor (
 \r
   @param[in] ConsoleInfo  The pointer to the instance of the console logger information.\r
 \r
-  This will be used when a mode has changed or a reset ocurred to verify all\r
+  This will be used when a mode has changed or a reset occurred to verify all\r
   history buffers.\r
 **/\r
 EFI_STATUS\r