]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Ebl/HwIoDebug.c
EmbeddedPkg: Fix mispellings
[mirror_edk2.git] / EmbeddedPkg / Ebl / HwIoDebug.c
index a858ff31afc4a91d5c4abcd2648098cbddafbc25..13f4d643f729ec91989c25f62f3469b6cce5f60d 100644 (file)
@@ -12,7 +12,7 @@
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-  Commands useful for debugging hardware. IO commands seperated out as not all\r
+  Commands useful for debugging hardware. IO commands separated out as not all\r
   processor architectures support the IO command.\r
 \r
 **/\r
   processor architectures support the IO command.\r
 \r
 **/\r
@@ -24,7 +24,7 @@
 /**\r
   Read from IO space\r
 \r
 /**\r
   Read from IO space\r
 \r
-  Argv[0] - "ioread"[.#] # is optiona width 1, 2, or 4. Default 1\r
+  Argv[0] - "ioread"[.#] # is optional width 1, 2, or 4. Default 1\r
   Argv[1] - Hex IO address\r
 \r
   ior.4 0x3f8  ;Do a 32-bit IO Read from 0x3f8\r
   Argv[1] - Hex IO address\r
 \r
   ior.4 0x3f8  ;Do a 32-bit IO Read from 0x3f8\r
@@ -32,7 +32,7 @@
 \r
   @param  Argc   Number of command arguments in Argv\r
   @param  Argv   Array of strings that represent the parsed command line. \r
 \r
   @param  Argc   Number of command arguments in Argv\r
   @param  Argv   Array of strings that represent the parsed command line. \r
-                 Argv[0] is the comamnd name\r
+                 Argv[0] is the command name\r
 \r
   @return EFI_SUCCESS\r
 \r
 \r
   @return EFI_SUCCESS\r
 \r
@@ -73,7 +73,7 @@ EblIoReadCmd (
 /**\r
   Write to IO space\r
 \r
 /**\r
   Write to IO space\r
 \r
-  Argv[0] - "iowrite"[.#] # is optiona width 1, 2, or 4. Default 1\r
+  Argv[0] - "iowrite"[.#] # is optional width 1, 2, or 4. Default 1\r
   Argv[1] - Hex IO address\r
   Argv[2] - Hex data to write\r
 \r
   Argv[1] - Hex IO address\r
   Argv[2] - Hex data to write\r
 \r
@@ -82,7 +82,7 @@ EblIoReadCmd (
 \r
   @param  Argc   Number of command arguments in Argv\r
   @param  Argv   Array of strings that represent the parsed command line. \r
 \r
   @param  Argc   Number of command arguments in Argv\r
   @param  Argv   Array of strings that represent the parsed command line. \r
-                 Argv[0] is the comamnd name\r
+                 Argv[0] is the command name\r
 \r
   @return EFI_SUCCESS\r
 \r
 \r
   @return EFI_SUCCESS\r
 \r