]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFrameworkModulePkg: Fix typos in comments
authorGary Lin <glin@suse.com>
Wed, 19 Oct 2016 07:01:15 +0000 (15:01 +0800)
committerJeff Fan <jeff.fan@intel.com>
Mon, 24 Oct 2016 01:09:06 +0000 (09:09 +0800)
- stoping -> stopping
- Pointion -> Position
- Arrary -> Array
- reseting -> resetting
- excute -> execute
- isTRUE -> is TRUE
- connectted -> connected
- Retrive -> Retrieve
- dirvers -> drivers
- funciton -> function
- paramter -> parameter
- availible -> available
- permenent -> permanent
- boundry -> boundary

Cc: Jeff Fan <jeff.fan@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
31 files changed:
IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KbdCtrller.c
IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2Keyboard.c
IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/CommPs2.c
IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/CommPs2.h
IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointer.c
IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointer.h
IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/CommPs2.c
IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/CommPs2.h
IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.c
IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.h
IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/BiosKeyboard.c
IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/BiosKeyboard.h
IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/BiosSnp16.c
IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/BiosSnp16.h
IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/Misc.c
IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/PxeUndi.c
IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/IpfBootSupport.c
IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h
IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyPci.c
IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h
IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h
IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c
IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLibInternals.h
IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BootMaint.c
IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/FileExplorer.c
IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClass.c
IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClass.h
IntelFrameworkModulePkg/Universal/DataHubDxe/DataHub.c
IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErr.c
IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVol.c
IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVolWrite.c

index 2a20b789a7828ef3418290560deb70d57a7ef74f..9bde538d10c7ad9c098c7411351136724c0e3fd0 100644 (file)
@@ -1685,9 +1685,9 @@ InitKeyboard (
 \r
   ConsoleIn->IsSupportPartialKey = FALSE;\r
   //\r
-  // For reseting keyboard is not mandatory before booting OS and sometimes keyboard responses very slow,\r
+  // For resetting keyboard is not mandatory before booting OS and sometimes keyboard responses very slow,\r
   // and to support KB hot plug, we need to let the InitKB succeed no matter whether there is a KB device connected\r
-  // to system. So we only do the real reseting for keyboard when user asks and there is a real KB connected t system,\r
+  // to system. So we only do the real resetting for keyboard when user asks and there is a real KB connected t system,\r
   // and normally during booting an OS, it's skipped.\r
   //\r
   if (ExtendedVerification && CheckKeyboardConnect (ConsoleIn)) {\r
index c020202349c6cbddb5754a0410bf36cc6cfd6a4f..b6a9b70ca95af88195016f3512db95ff068e05f0 100644 (file)
@@ -55,7 +55,7 @@ KbdControllerDriverStart (
   );\r
 \r
 /**\r
-  Stop this driver on ControllerHandle. Support stoping any child handles\r
+  Stop this driver on ControllerHandle. Support stopping any child handles\r
   created by this driver.\r
 \r
   @param  This              Protocol instance pointer.\r
@@ -448,7 +448,7 @@ ErrorExit:
 }\r
 \r
 /**\r
-  Stop this driver on ControllerHandle. Support stoping any child handles\r
+  Stop this driver on ControllerHandle. Support stopping any child handles\r
   created by this driver.\r
 \r
   @param  This              Protocol instance pointer.\r
index fb4a75348c1482ca9d04059023a781974c662f38..5aa17059a37a2a3664fc666b97cdbc8aac098972 100644 (file)
@@ -540,7 +540,7 @@ PS2MouseRead (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Command I/O command.\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -579,7 +579,7 @@ Out8042Command (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Data value\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -615,7 +615,7 @@ Out8042Data (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Data value\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -659,7 +659,7 @@ In8042Data (
   @param Command Aux I/O command\r
   @param Resend  Whether need resend the Aux command.\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -740,7 +740,7 @@ Out8042AuxCommand (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Buffer holding return value  \r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow.\r
+  @retval EFI_SUCCESS Success to execute I/O work flow.\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -786,7 +786,7 @@ Out8042AuxData (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Buffer holding return value.\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
index 59d7b51d44c9baa5519cb61407500560e9c5f38c..560389df47b8a9ae5516ba9ca21aad1576ddb40e 100644 (file)
@@ -302,7 +302,7 @@ PS2MouseRead (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Command I/O command.\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -317,7 +317,7 @@ Out8042Command (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Data value\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -332,7 +332,7 @@ In8042Data (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Data value\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -348,7 +348,7 @@ Out8042Data (
   @param Command Aux I/O command\r
   @param Resend  Whether need resend the Aux command.\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -364,7 +364,7 @@ Out8042AuxCommand (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Buffer holding return value.\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -379,7 +379,7 @@ In8042AuxData (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Buffer holding return value.\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
index 7af35bcd11148552c9da45e9b0a4b3dbba0a2962..bf8adfcb2f77c1cf190811e7f82aba59c8359afa 100644 (file)
@@ -402,7 +402,7 @@ ErrorExit:
 }\r
 \r
 /**\r
-  Stop this driver on ControllerHandle. Support stoping any child handles\r
+  Stop this driver on ControllerHandle. Support stopping any child handles\r
   created by this driver.\r
 \r
   @param  This              Protocol instance pointer.\r
@@ -498,14 +498,14 @@ PS2MouseAbsolutePointerDriverStop (
 }\r
 \r
 /**\r
-  Reset the Mouse and do BAT test for it, if ExtendedVerification isTRUE and there is a mouse device connectted to system.\r
+  Reset the Mouse and do BAT test for it, if ExtendedVerification is TRUE and there is a mouse device connected to system.\r
 \r
   @param This                 - Pointer of simple pointer Protocol.\r
   @param ExtendedVerification - Whether configure mouse parameters. True: do; FALSE: skip.\r
 \r
 \r
   @retval EFI_SUCCESS         - The command byte is written successfully.\r
-  @retval EFI_DEVICE_ERROR    - Errors occurred during reseting keyboard.\r
+  @retval EFI_DEVICE_ERROR    - Errors occurred during resetting keyboard.\r
 \r
 **/\r
 EFI_STATUS\r
index 17d184743a26dd778eafe9533de9c83360b64ab2..8f959fdfe41742fdde97217cee66085f4fa9b126 100644 (file)
@@ -151,7 +151,7 @@ PS2MouseAbsolutePointerDriverStart (
   );\r
 \r
 /**\r
-  Stop this driver on ControllerHandle. Support stoping any child handles\r
+  Stop this driver on ControllerHandle. Support stopping any child handles\r
   created by this driver.\r
 \r
   @param  This              Protocol instance pointer.\r
@@ -303,14 +303,14 @@ Ps2MouseAbsolutePointerComponentNameGetControllerName (
   );\r
 \r
 /**\r
-  Reset the Mouse and do BAT test for it, if ExtendedVerification isTRUE and there is a mouse device connectted to system.\r
+  Reset the Mouse and do BAT test for it, if ExtendedVerification is TRUE and there is a mouse device connected to system.\r
 \r
   @param This                 - Pointer of simple pointer Protocol.\r
   @param ExtendedVerification - Whether configure mouse parameters. True: do; FALSE: skip.\r
 \r
 \r
   @retval EFI_SUCCESS         - The command byte is written successfully.\r
-  @retval EFI_DEVICE_ERROR    - Errors occurred during reseting keyboard.\r
+  @retval EFI_DEVICE_ERROR    - Errors occurred during resetting keyboard.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -374,7 +374,7 @@ PollMouseAbsolutePointer (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Data value\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
index 1c763e97f394de2003da0d62ec1f15fb1cd9f6a6..27d378db22ee22c1f158f62bd28f0fcf5eabe9aa 100644 (file)
@@ -539,7 +539,7 @@ PS2MouseRead (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Command I/O command.\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -578,7 +578,7 @@ Out8042Command (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Data value\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -614,7 +614,7 @@ Out8042Data (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Data value\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -658,7 +658,7 @@ In8042Data (
   @param Command Aux I/O command\r
   @param Resend  Whether need resend the Aux command.\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -739,7 +739,7 @@ Out8042AuxCommand (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Buffer holding return value\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -785,7 +785,7 @@ Out8042AuxData (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Buffer holding return value.\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
index a48ee8cb09efab75c68159d44878b6a1aba59132..6c0f8ac6a0e2940ac01658301aca72ca04df505a 100644 (file)
@@ -302,7 +302,7 @@ PS2MouseRead (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Command I/O command.\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -317,7 +317,7 @@ Out8042Command (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Data value\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -332,7 +332,7 @@ In8042Data (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Data value\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -348,7 +348,7 @@ Out8042Data (
   @param Command Aux I/O command\r
   @param Resend  Whether need resend the Aux command.\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -364,7 +364,7 @@ Out8042AuxCommand (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Buffer holding return value.\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
@@ -379,7 +379,7 @@ In8042AuxData (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Buffer holding return value\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
index 16232018762bb429473e5519ac7a4c896cef6531..43fad21903bec9879ec34d1c29371635a895968e 100644 (file)
@@ -417,7 +417,7 @@ ErrorExit:
 }\r
 \r
 /**\r
-  Stop this driver on ControllerHandle. Support stoping any child handles\r
+  Stop this driver on ControllerHandle. Support stopping any child handles\r
   created by this driver.\r
 \r
   @param  This              Protocol instance pointer.\r
@@ -513,14 +513,14 @@ PS2MouseDriverStop (
 }\r
 \r
 /**\r
-  Reset the Mouse and do BAT test for it, if ExtendedVerification isTRUE and there is a mouse device connectted to system\r
+  Reset the Mouse and do BAT test for it, if ExtendedVerification is TRUE and there is a mouse device connected to system\r
 \r
   @param This                 - Pointer of simple pointer Protocol.\r
   @param ExtendedVerification - Whether configure mouse parameters. True: do; FALSE: skip.\r
 \r
 \r
   @retval EFI_SUCCESS         - The command byte is written successfully.\r
-  @retval EFI_DEVICE_ERROR    - Errors occurred during reseting keyboard.\r
+  @retval EFI_DEVICE_ERROR    - Errors occurred during resetting keyboard.\r
 \r
 **/\r
 EFI_STATUS\r
index 1d9f1393521d19b08004201b10ffc0677a351b1e..078cefa910c8794b777b24ad449a8bb818b12f24 100644 (file)
@@ -151,7 +151,7 @@ PS2MouseDriverStart (
   );\r
 \r
 /**\r
-  Stop this driver on ControllerHandle. Support stoping any child handles\r
+  Stop this driver on ControllerHandle. Support stopping any child handles\r
   created by this driver.\r
 \r
   @param  This              Protocol instance pointer.\r
@@ -303,14 +303,14 @@ Ps2MouseComponentNameGetControllerName (
   );\r
 \r
 /**\r
-  Reset the Mouse and do BAT test for it, if ExtendedVerification isTRUE and there is a mouse device connectted to system\r
+  Reset the Mouse and do BAT test for it, if ExtendedVerification is TRUE and there is a mouse device connected to system\r
 \r
   @param This                 - Pointer of simple pointer Protocol.\r
   @param ExtendedVerification - Whether configure mouse parameters. True: do; FALSE: skip.\r
 \r
 \r
   @retval EFI_SUCCESS         - The command byte is written successfully.\r
-  @retval EFI_DEVICE_ERROR    - Errors occurred during reseting keyboard.\r
+  @retval EFI_DEVICE_ERROR    - Errors occurred during resetting keyboard.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -374,7 +374,7 @@ PollMouse (
   @param IsaIo   Pointer to instance of EFI_ISA_IO_PROTOCOL\r
   @param Data    Data value\r
   \r
-  @retval EFI_SUCCESS Success to excute I/O work flow\r
+  @retval EFI_SUCCESS Success to execute I/O work flow\r
   @retval EFI_TIMEOUT Keyboard controller time out.\r
 **/\r
 EFI_STATUS\r
index 8c7019f4f6ae9a1c3d2bfefd90654c3f0510e764..8dcb13177881cd51ba263df0a834376fb416f6a6 100644 (file)
@@ -934,7 +934,7 @@ KeyboardReadKeyStrokeWorker (
   }\r
 \r
   //\r
-  // Use TimerEvent callback funciton to check whether there's any key pressed\r
+  // Use TimerEvent callback function to check whether there's any key pressed\r
   //\r
   \r
   //\r
@@ -978,7 +978,7 @@ KeyboardReadKeyStrokeWorker (
   @param  ExtendedVerification  Whether perform the extra validation of keyboard. True: perform; FALSE: skip.\r
 \r
   @retval EFI_SUCCESS           The command byte is written successfully.\r
-  @retval EFI_DEVICE_ERROR      Errors occurred during reseting keyboard.\r
+  @retval EFI_DEVICE_ERROR      Errors occurred during resetting keyboard.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -1176,8 +1176,8 @@ BiosKeyboardReset (
              );\r
 \r
   //\r
-  // For reseting keyboard is not mandatory before booting OS and sometimes keyboard responses very slow,\r
-  // so we only do the real reseting for keyboard when user asks, and normally during booting an OS, it's skipped.\r
+  // For resetting keyboard is not mandatory before booting OS and sometimes keyboard responses very slow,\r
+  // so we only do the real resetting for keyboard when user asks, and normally during booting an OS, it's skipped.\r
   // Call CheckKeyboardConnect() to check whether keyboard is connected, if it is not connected,\r
   // Real reset will not do.\r
   //\r
@@ -1431,7 +1431,7 @@ BiosKeyboardWaitForKey (
   //\r
   gBS->Stall (1000);\r
   //\r
-  // Use TimerEvent callback funciton to check whether there's any key pressed\r
+  // Use TimerEvent callback function to check whether there's any key pressed\r
   //\r
   BiosKeyboardTimerHandler (NULL, BIOS_KEYBOARD_DEV_FROM_THIS (Context));\r
 \r
@@ -1795,7 +1795,7 @@ BiosKeyboardTimerHandler (
   // will be disabled after the thunk call finish, which means if user crazy input during int 9 being disabled, some keystrokes will be lost when \r
   // KB device own hardware buffer overflows. And if the lost keystroke code is CTRL or ALT or SHIFT release code, these function key flags bit \r
   // in BDA will not be updated. So the Int 16 will believe the CTRL or ALT or SHIFT is still pressed, and Int 16 will translate later scancode \r
-  // to wrong ASCII code. We can increase the Thunk frequence to let Int 9 response in time, but this way will much hurt other dirvers \r
+  // to wrong ASCII code. We can increase the Thunk frequence to let Int 9 response in time, but this way will much hurt other drivers\r
   // performance, like USB.\r
   //\r
   // 1. If CTRL or ALT release code is missed,  all later input keys will be translated to wrong ASCII codes which the Tiano cannot support. In \r
index a27d2e1b23eb43905faa8ec74e58ad30d0e74a39..e83608659bc1afce9a3ebc291a7fc5070949ea57 100644 (file)
@@ -447,7 +447,7 @@ BiosKeyboardComponentNameGetControllerName (
   @param  ExtendedVerification  Whether perform the extra validation of keyboard. True: perform; FALSE: skip.\r
 \r
   @retval EFI_SUCCESS           The command byte is written successfully.\r
-  @retval EFI_DEVICE_ERROR      Errors occurred during reseting keyboard.\r
+  @retval EFI_DEVICE_ERROR      Errors occurred during resetting keyboard.\r
 \r
 **/\r
 EFI_STATUS\r
index 7af2dedd5d6f62222186e4bd910341d2824a009a..a2a7797f0748e13608a1cbcbfa221b446a1ad5ca 100644 (file)
@@ -2148,7 +2148,7 @@ Undi16SimpleNetworkInitialize (
   @param This                 A pointer to EFI_SIMPLE_NETWORK_PROTOCOL structure.\r
   @param ExtendedVerification Need extended verfication.\r
   \r
-  @retval EFI_INVALID_PARAMETER Invalid This paramter.\r
+  @retval EFI_INVALID_PARAMETER Invalid This parameter.\r
   @retval EFI_DEVICE_ERROR      Network device has not been initialized.\r
   @retval EFI_NOT_STARTED       Network device has been stopped.\r
   @retval EFI_DEVICE_ERROR      Invalid status for network device\r
@@ -2229,7 +2229,7 @@ Undi16SimpleNetworkReset (
 \r
   @param This                 A pointer to EFI_SIMPLE_NETWORK_PROTOCOL structure.\r
   \r
-  @retval EFI_INVALID_PARAMETER Invalid This paramter.\r
+  @retval EFI_INVALID_PARAMETER Invalid This parameter.\r
   @retval EFI_DEVICE_ERROR      Network device has not been initialized.\r
   @retval EFI_NOT_STARTED       Network device has been stopped.\r
   @retval EFI_DEVICE_ERROR      Invalid status for network device\r
@@ -2342,7 +2342,7 @@ Undi16SimpleNetworkShutdown (
   @param MCastFilterCnt       Count of mutli cast filter for different MAC address\r
   @param MCastFilter          Buffer for mustli cast filter for different MAC address.\r
   \r
-  @retval EFI_INVALID_PARAMETER Invalid This paramter.\r
+  @retval EFI_INVALID_PARAMETER Invalid This parameter.\r
   @retval EFI_DEVICE_ERROR      Network device has not been initialized.\r
   @retval EFI_NOT_STARTED       Network device has been stopped.\r
   @retval EFI_DEVICE_ERROR      Invalid status for network device\r
@@ -2496,10 +2496,10 @@ Undi16SimpleNetworkReceiveFilters (
   Set new MAC address.\r
 \r
   @param This                 A pointer to EFI_SIMPLE_NETWORK_PROTOCOL structure.\r
-  @param Reset                Whether reset station MAC address to permenent address\r
+  @param Reset                Whether reset station MAC address to permanent address\r
   @param New                  A pointer to New address\r
   \r
-  @retval EFI_INVALID_PARAMETER Invalid This paramter.\r
+  @retval EFI_INVALID_PARAMETER Invalid This parameter.\r
   @retval EFI_DEVICE_ERROR      Network device has not been initialized.\r
   @retval EFI_NOT_STARTED       Network device has been stopped.\r
   @retval EFI_DEVICE_ERROR      Invalid status for network device\r
@@ -2554,7 +2554,7 @@ Undi16SimpleNetworkStationAddress (
 \r
   if (Reset) {\r
     //\r
-    // If we are reseting the Station Address to the permanent address, and the\r
+    // If we are resetting the Station Address to the permanent address, and the\r
     // Station Address is not programmable, then just return EFI_SUCCESS.\r
     //\r
     if (!SimpleNetworkDevice->SimpleNetworkMode.MacAddressChangeable) {\r
@@ -2853,7 +2853,7 @@ Undi16SimpleNetworkStatistics (
   @param IP                   A pointer to given Ip address.\r
   @param MAC                  On return, translated MAC address.\r
   \r
-  @retval EFI_INVALID_PARAMETER Invalid This paramter.\r
+  @retval EFI_INVALID_PARAMETER Invalid This parameter.\r
   @retval EFI_INVALID_PARAMETER Invalid IP address.\r
   @retval EFI_INVALID_PARAMETER Invalid return buffer for holding MAC address.\r
   @retval EFI_UNSUPPORTED       Do not support IPv6 \r
index b29059f685d4e83adf2aeacb5b3b0f96b16843cc..447783cd2ec43eaadb15e4a95f99db53d9159a34 100644 (file)
@@ -236,7 +236,7 @@ Undi16SimpleNetworkInitialize (
   @param This                 A pointer to EFI_SIMPLE_NETWORK_PROTOCOL structure.\r
   @param ExtendedVerification Need extended verfication.\r
   \r
-  @retval EFI_INVALID_PARAMETER Invalid This paramter.\r
+  @retval EFI_INVALID_PARAMETER Invalid This parameter.\r
   @retval EFI_DEVICE_ERROR      Network device has not been initialized.\r
   @retval EFI_NOT_STARTED       Network device has been stopped.\r
   @retval EFI_DEVICE_ERROR      Invalid status for network device\r
@@ -255,7 +255,7 @@ Undi16SimpleNetworkReset (
 \r
   @param This                 A pointer to EFI_SIMPLE_NETWORK_PROTOCOL structure.\r
   \r
-  @retval EFI_INVALID_PARAMETER Invalid This paramter.\r
+  @retval EFI_INVALID_PARAMETER Invalid This parameter.\r
   @retval EFI_DEVICE_ERROR      Network device has not been initialized.\r
   @retval EFI_NOT_STARTED       Network device has been stopped.\r
   @retval EFI_DEVICE_ERROR      Invalid status for network device\r
@@ -278,7 +278,7 @@ Undi16SimpleNetworkShutdown (
   @param MCastFilterCnt       Count of mutli cast filter for different MAC address\r
   @param MCastFilter          Buffer for mustli cast filter for different MAC address.\r
   \r
-  @retval EFI_INVALID_PARAMETER Invalid This paramter.\r
+  @retval EFI_INVALID_PARAMETER Invalid This parameter.\r
   @retval EFI_DEVICE_ERROR      Network device has not been initialized.\r
   @retval EFI_NOT_STARTED       Network device has been stopped.\r
   @retval EFI_DEVICE_ERROR      Invalid status for network device\r
@@ -300,10 +300,10 @@ Undi16SimpleNetworkReceiveFilters (
   Set new MAC address.\r
 \r
   @param This                 A pointer to EFI_SIMPLE_NETWORK_PROTOCOL structure.\r
-  @param Reset                Whether reset station MAC address to permenent address\r
+  @param Reset                Whether reset station MAC address to permanent address\r
   @param New                  A pointer to New address\r
   \r
-  @retval EFI_INVALID_PARAMETER Invalid This paramter.\r
+  @retval EFI_INVALID_PARAMETER Invalid This parameter.\r
   @retval EFI_DEVICE_ERROR      Network device has not been initialized.\r
   @retval EFI_NOT_STARTED       Network device has been stopped.\r
   @retval EFI_DEVICE_ERROR      Invalid status for network device\r
@@ -326,7 +326,7 @@ Undi16SimpleNetworkStationAddress (
   @param StatisticsSize       The buffer of statistics table.\r
   @param StatisticsTable      A pointer to statistics buffer.\r
   \r
-  @retval EFI_INVALID_PARAMETER Invalid This paramter.\r
+  @retval EFI_INVALID_PARAMETER Invalid This parameter.\r
   @retval EFI_DEVICE_ERROR      Network device has not been initialized.\r
   @retval EFI_NOT_STARTED       Network device has been stopped.\r
   @retval EFI_DEVICE_ERROR      Invalid status for network device\r
@@ -350,7 +350,7 @@ Undi16SimpleNetworkStatistics (
   @param IP                   A pointer to given Ip address.\r
   @param MAC                  On return, translated MAC address.\r
   \r
-  @retval EFI_INVALID_PARAMETER Invalid This paramter.\r
+  @retval EFI_INVALID_PARAMETER Invalid This parameter.\r
   @retval EFI_INVALID_PARAMETER Invalid IP address.\r
   @retval EFI_INVALID_PARAMETER Invalid return buffer for holding MAC address.\r
   @retval EFI_UNSUPPORTED       Do not support IPv6 \r
@@ -639,7 +639,7 @@ LaunchBaseCode (
   Status: See the PXENV_STATUS_xxx constants.    \r
 \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                                 \r
   @return Return value of PXE option ROM far call.                                \r
@@ -680,7 +680,7 @@ PxeStartUndi (
   Status: See the PXENV_STATUS_xxx constants.\r
 \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                                 \r
   @return Return value of PXE option ROM far call.    \r
@@ -713,7 +713,7 @@ PxeUndiStartup (
   Status: See the PXENV_STATUS_xxx constants.\r
 \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                                 \r
   @return Return value of PXE option ROM far call. \r
@@ -759,7 +759,7 @@ PxeUndiCleanup (
   Status: See the PXENV_STATUS_xxx constants.    \r
   \r
   @param  SimpleNetworkDevice   Device instance.\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                                 \r
   @return Return value of PXE option ROM far call. \r
@@ -808,7 +808,7 @@ PxeUndiInitialize (
   Status: See the PXENV_STATUS_xxx constants.\r
   \r
   @param  SimpleNetworkDevice   Device instance.\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
   @param  RxFilter             Filter setting mask value for PXE recive .     \r
                                \r
@@ -843,7 +843,7 @@ PxeUndiResetNic (
   Status: See the PXENV_STATUS_xxx constants.\r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.   \r
@@ -890,7 +890,7 @@ PxeUndiShutdown (
   Status: See the PXENV_STATUS_xxx constants.\r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -921,7 +921,7 @@ PxeUndiOpen (
   Status: See the PXENV_STATUS_xxx constants.\r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1007,7 +1007,7 @@ PxeUndiClose (
   Status: See the PXENV_STATUS_xxx constants  \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1041,7 +1041,7 @@ PxeUndiTransmit (
   Status: See the PXENV_STATUS_xxx constants        \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1076,7 +1076,7 @@ PxeUndiSetMcastAddr (
   Status: See the PXENV_STATUS_xxx constants.     \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1110,7 +1110,7 @@ PxeUndiSetStationAddr (
   Status: See the PXENV_STATUS_xxx constants.   \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1169,7 +1169,7 @@ PxeUndiSetPacketFilter (
   TxBufCnt: Transmit queue length.  \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1210,7 +1210,7 @@ PxeUndiGetInformation (
   because receive queue was full.\r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1240,7 +1240,7 @@ PxeUndiGetStatistics (
   Status: See the PXENV_STATUS_xxx constants.\r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1271,7 +1271,7 @@ PxeUndiClearStatistics (
   Status: See the PXENV_STATUS_xxx constants.    \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1308,7 +1308,7 @@ PxeUndiInitiateDiags (
   Status: See the PXENV_STATUS_xxx constants.  \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1342,7 +1342,7 @@ PxeUndiForceInterrupt (
   MediaAddr: MAC multicast address.\r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1408,7 +1408,7 @@ PxeUndiGetMcastAddr (
   in the [PnP] and [PCI] specifications    \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1457,7 +1457,7 @@ PxeUndiGetNicType (
   Reserved: Must be zero.       \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1515,7 +1515,7 @@ PxeUndiGetNdisInfo (
   strategy routine when the UNDI re-enables interrupts.   \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1550,7 +1550,7 @@ PxeUndiIsr (
   Status: See the PXENV_STATUS_xxx constants.      \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1598,7 +1598,7 @@ PxeUndiStop (
   status of that operation on return.     \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1623,7 +1623,7 @@ PxeUndiGetState (
 \r
   @param SimpleNetworkDevice    Device instance for simple network\r
   @param Table                 Point to parameter/retun value table for legacy far call\r
-  @param TableSize              The size of paramter/return value table\r
+  @param TableSize              The size of parameter/return value table\r
   @param CallIndex              The index of legacy call.\r
   \r
   @return EFI_STATUS \r
index 243048c551cceea8bd927ef8a131f2fd7b117991..4750b2f99d9c2d8c55ab69f26d81832ef9a7fdcf 100644 (file)
@@ -823,7 +823,7 @@ LaunchBaseCode (
 \r
   @param SimpleNetworkDevice    Device instance for simple network\r
   @param Table                 Point to parameter/retun value table for legacy far call\r
-  @param TableSize              The size of paramter/return value table\r
+  @param TableSize              The size of parameter/return value table\r
   @param CallIndex              The index of legacy call.\r
   \r
   @return EFI_STATUS \r
index d35fc3f430e61566664f2c002d974dccc23a8be7..7063229dd44e4fccdb4aa8340bd60fad0256ceaa 100644 (file)
@@ -57,7 +57,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   Status: See the PXENV_STATUS_xxx constants.    \r
 \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                                 \r
   @return Return value of PXE option ROM far call.                                \r
@@ -105,7 +105,7 @@ PxeStartUndi (
   Status: See the PXENV_STATUS_xxx constants.\r
 \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                                 \r
   @return Return value of PXE option ROM far call.    \r
@@ -145,7 +145,7 @@ PxeUndiStartup (
   Status: See the PXENV_STATUS_xxx constants.\r
 \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                                 \r
   @return Return value of PXE option ROM far call. \r
@@ -198,7 +198,7 @@ PxeUndiCleanup (
   Status: See the PXENV_STATUS_xxx constants.    \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                                 \r
   @return Return value of PXE option ROM far call. \r
@@ -254,7 +254,7 @@ PxeUndiInitialize (
   Status: See the PXENV_STATUS_xxx constants.\r
   \r
   @param  SimpleNetworkDevice   Device instance.\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
   @param  RxFilter             Filter setting mask value for PXE recive .     \r
                                \r
@@ -347,7 +347,7 @@ PxeUndiResetNic (
   Status: See the PXENV_STATUS_xxx constants.\r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.   \r
@@ -401,7 +401,7 @@ PxeUndiShutdown (
   Status: See the PXENV_STATUS_xxx constants.\r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -439,7 +439,7 @@ PxeUndiOpen (
   Status: See the PXENV_STATUS_xxx constants.\r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -532,7 +532,7 @@ PxeUndiClose (
   Status: See the PXENV_STATUS_xxx constants  \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -586,7 +586,7 @@ PxeUndiTransmit (
   Status: See the PXENV_STATUS_xxx constants        \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -628,7 +628,7 @@ PxeUndiSetMcastAddr (
   Status: See the PXENV_STATUS_xxx constants.     \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -669,7 +669,7 @@ PxeUndiSetStationAddr (
   Status: See the PXENV_STATUS_xxx constants.   \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -735,7 +735,7 @@ PxeUndiSetPacketFilter (
   TxBufCnt: Transmit queue length.  \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -783,7 +783,7 @@ PxeUndiGetInformation (
   because receive queue was full.\r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -820,7 +820,7 @@ PxeUndiGetStatistics (
   Status: See the PXENV_STATUS_xxx constants.\r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -858,7 +858,7 @@ PxeUndiClearStatistics (
   Status: See the PXENV_STATUS_xxx constants.    \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -902,7 +902,7 @@ PxeUndiInitiateDiags (
   Status: See the PXENV_STATUS_xxx constants.  \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -943,7 +943,7 @@ PxeUndiForceInterrupt (
   MediaAddr: MAC multicast address.\r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1016,7 +1016,7 @@ PxeUndiGetMcastAddr (
   in the [PnP] and [PCI] specifications    \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1072,7 +1072,7 @@ PxeUndiGetNicType (
   Reserved: Must be zero.       \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1137,7 +1137,7 @@ PxeUndiGetNdisInfo (
   strategy routine when the UNDI re-enables interrupts.   \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1179,7 +1179,7 @@ PxeUndiIsr (
   Status: See the PXENV_STATUS_xxx constants.      \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
@@ -1234,7 +1234,7 @@ PxeUndiStop (
   status of that operation on return.     \r
   \r
   @param  SimpleNetworkDevice   Device instance\r
-  @param  PxeUndiTable          Point to structure which hold paramter and return value \r
+  @param  PxeUndiTable          Point to structure which hold parameter and return value \r
                                 for option ROM call.\r
                               \r
   @return Return value of PXE option ROM far call.  \r
index 8c8f6d321b57b0fbfb356ac22fcd82f51344ecaa..ee08c86c7052084e5ca17b48a84ceb8809af6506 100644 (file)
@@ -223,7 +223,7 @@ RelocateImageUnder4GIfNeeded (
       }\r
       ImageContext.ImageAddress = (PHYSICAL_ADDRESS)MemoryAddress;\r
       //\r
-      // Align buffer on section boundry\r
+      // Align buffer on section boundary\r
       //\r
       ImageContext.ImageAddress += ImageContext.SectionAlignment - 1;\r
      ImageContext.ImageAddress &= ~((PHYSICAL_ADDRESS)ImageContext.SectionAlignment - 1);\r
index bbd074b56c22acff2673655fde372a8201e075d8..069646b5188f40599f7714b5f064318c94240cc3 100644 (file)
@@ -826,7 +826,7 @@ LegacyBiosFarCall86 (
   @param  RomSize                Size of ROM Image\r
   @param  Flags                  Indicates if ROM found and if PC-AT.\r
 \r
-  @retval EFI_SUCCESS            Legacy Option ROM availible for this device\r
+  @retval EFI_SUCCESS            Legacy Option ROM available for this device\r
   @retval EFI_UNSUPPORTED        Legacy Option ROM not supported.\r
 \r
 **/\r
@@ -1463,7 +1463,7 @@ LegacyCalculateWriteStandardCmosChecksum (
   @param[out] OpromRevision          Revision of the PCI Rom\r
   @param[out] ConfigUtilityCodeHeaderPointer of Configuration Utility Code Header\r
 \r
-  @return EFI_SUCCESS            Legacy Option ROM availible for this device\r
+  @return EFI_SUCCESS            Legacy Option ROM available for this device\r
   @return EFI_ALREADY_STARTED    This device is already managed by its Oprom\r
   @return EFI_UNSUPPORTED        Legacy Option ROM not supported.\r
 \r
index 9d84ab00000ce8303cb6aa9289065eb2fef10c57..8f91a7d7a9bde19d3e9f3b2d6869a662a57812d5 100644 (file)
@@ -1812,7 +1812,7 @@ PciShadowRoms (
   @param  RomSize                Size of ROM Image\r
   @param  Flags                  Indicates if ROM found and if PC-AT.\r
 \r
-  @retval EFI_SUCCESS            Legacy Option ROM availible for this device\r
+  @retval EFI_SUCCESS            Legacy Option ROM available for this device\r
   @retval EFI_UNSUPPORTED        Legacy Option ROM not supported.\r
 \r
 **/\r
@@ -1854,7 +1854,7 @@ LegacyBiosCheckPciRom (
     @param[out] OpromRevision          Revision of the PCI Rom\r
     @param[out] ConfigUtilityCodeHeaderPointer of Configuration Utility Code Header\r
 \r
-    @return EFI_SUCCESS            Legacy Option ROM availible for this device\r
+    @return EFI_SUCCESS            Legacy Option ROM available for this device\r
     @return EFI_ALREADY_STARTED    This device is already managed by its Oprom\r
     @return EFI_UNSUPPORTED        Legacy Option ROM not supported.\r
 \r
index ecd68a003bbb60c0a316ff8b2c161a8581276c93..c338c4d022986e1183464d698589e1e9e9fc0816 100644 (file)
@@ -170,7 +170,7 @@ BdsLibBootViaBootOption (
   This function will enumerate all possible boot devices in the system, and\r
   automatically create boot options for Network, Shell, Removable BlockIo, \r
   and Non-BlockIo Simplefile devices.\r
-  It will excute once every boot.\r
+  It will execute once every boot.\r
   \r
   @param  BdsBootOptionList      The header of the linked list that indexed all\r
                                  current boot options.\r
@@ -995,7 +995,7 @@ BdsLibUserIdentify (
 /**\r
   This function checks if a Fv file device path is valid, according to a file GUID. If it is invalid,\r
   it tries to return the valid device path.\r
-  FV address maybe changes for memory layout adjust from time to time, use this funciton\r
+  FV address maybe changes for memory layout adjust from time to time, use this function\r
   could promise the Fv file device path is right.\r
 \r
   @param  DevicePath             On input, the Fv file device path to check. On\r
index af237a6030eb35aab35477c2e996a99117403896..f971e670f0bc629e4efc599a9c98a2509a255892 100644 (file)
@@ -72,7 +72,7 @@ PlatformBdsInit (
   );\r
 \r
 /**\r
-  The function will excute with as the platform policy, current policy\r
+  The function will execute with as the platform policy, current policy\r
   is driven by boot mode. IBV/OEM can customize this code for their specific\r
   policy action.\r
 \r
index 2e527234e2a8ae3e055d14f9b320468ea2965573..e0ba05383cb3f4c2eaa784374c89192afeae2acb 100644 (file)
@@ -298,7 +298,7 @@ DecodeP (
 /**\r
   Reads code lengths for the Extra Set or the Position Set.\r
 \r
-  Read in the Extra Set or Pointion Set Length Arrary, then\r
+  Read in the Extra Set or Position Set Length Array, then\r
   generate the Huffman code mapping for them.\r
 \r
   @param  Sd      The global scratch data.\r
@@ -503,7 +503,7 @@ DecodeC (
     Sd->mBlockSize    = (UINT16) GetBits (Sd, 16);\r
 \r
     //\r
-    // Read in the Extra Set Code Length Arrary,\r
+    // Read in the Extra Set Code Length Array,\r
     // Generate the Huffman code mapping table for Extra Set.\r
     //\r
     Sd->mBadTableFlag = ReadPTLen (Sd, NT, TBIT, 3);\r
@@ -512,13 +512,13 @@ DecodeC (
     }\r
 \r
     //\r
-    // Read in and decode the Char&Len Set Code Length Arrary,\r
+    // Read in and decode the Char&Len Set Code Length Array,\r
     // Generate the Huffman code mapping table for Char&Len Set.\r
     //\r
     ReadCLen (Sd);\r
 \r
     //\r
-    // Read in the Position Set Code Length Arrary, \r
+    // Read in the Position Set Code Length Array,\r
     // Generate the Huffman code mapping table for the Position Set.\r
     //\r
     Sd->mBadTableFlag = ReadPTLen (Sd, MAXNP, Sd->mPBit, (UINT16) (-1));\r
index 6ba3f43f75df69c45c8c8e05a11ce66c9b9630ed..3992875011a47cec01b44d05cf6bba985ae5b232 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Internal data structure and interfaces defintions for UEFI and Tiano Decompress Libary.\r
+  Internal data structure and interfaces defintions for UEFI and Tiano Decompress Library.\r
 \r
   Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
@@ -155,7 +155,7 @@ DecodeP (
 /**\r
   Reads code lengths for the Extra Set or the Position Set.\r
 \r
-  Read in the Extra Set or Pointion Set Length Arrary, then\r
+  Read in the Extra Set or Position Set Length Array, then\r
   generate the Huffman code mapping for them.\r
 \r
   @param  Sd      The global scratch data.\r
index d4b4475f096d7c2e8ab596bcbd649810e3787215..96f84ece2a9a1981575423c73fe5bdd9311e0f1c 100644 (file)
@@ -739,7 +739,7 @@ BootMaintCallback (
 \r
   Private      = BMM_CALLBACK_DATA_FROM_THIS (This);\r
   //\r
-  // Retrive uncommitted data from Form Browser\r
+  // Retrieve uncommitted data from Form Browser\r
   //\r
   CurrentFakeNVMap = &Private->BmmFakeNvData;\r
   HiiGetBrowserData (&gBootMaintFormSetGuid, mBootMaintStorageName, sizeof (BMM_FAKE_NV_DATA), (UINT8 *) CurrentFakeNVMap);\r
index f804984fa918477e5805e569ced1019b9e56992f..910edf6b8d977fa1a1f0a020e4e4402eb47aa5a6 100644 (file)
@@ -370,7 +370,7 @@ FileExplorerRouteConfig (
   @retval  EFI_OUT_OF_RESOURCES  Not enough storage is available to hold the variable and its data.\r
   @retval  EFI_DEVICE_ERROR      The variable could not be saved.\r
   @retval  EFI_UNSUPPORTED       The specified Action is not supported by the callback.\r
-  @retval  EFI_INVALID_PARAMETER If paramter Value or ActionRequest is NULL.\r
+  @retval  EFI_INVALID_PARAMETER If parameter Value or ActionRequest is NULL.\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r
index ca13989d5fdb777aefca5717ad9b64df4c0aefb4..2d672797fa942535e37ced9d6bdd07d5af246b98 100644 (file)
@@ -714,7 +714,7 @@ ErrorExit:
   Starts the device controller.\r
   \r
   This function implments EFI_DRIVER_BINDING_PROTOCOL.Stop().\r
-  It stops this driver on Controller. Support stoping any child handles\r
+  It stops this driver on Controller. Support stopping any child handles\r
   created by this driver.\r
 \r
   @param  This              A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.\r
index 5cfa70400113cccfdfd439c03717d9c0407ab097..8ecd4c068b4030ee240515ecb4fd5e34cdab1ac5 100644 (file)
@@ -134,7 +134,7 @@ VgaClassDriverBindingStart (
   Starts the device controller.\r
   \r
   This function implments EFI_DRIVER_BINDING_PROTOCOL.Stop().\r
-  It stops this driver on Controller. Support stoping any child handles\r
+  It stops this driver on Controller. Support stopping any child handles\r
   created by this driver.\r
 \r
   @param  This              A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.\r
index 916586f11235b9180b0f23f48804b80c86982dbd..9a193d5ff0eb8e38c9f2c7bb11b06e0833372392 100644 (file)
@@ -255,7 +255,7 @@ FindFilterDriverByEvent (
 /**\r
 \r
   Get a previously logged data record and the MonotonicCount for the next\r
-  availible Record. This allows all records or all records later \r
+  available Record. This allows all records or all records later\r
   than a give MonotonicCount to be returned. If an optional FilterDriverEvent\r
   is passed in with a MonotonicCout of zero return the first record \r
   not yet read by the filter driver. If FilterDriverEvent is NULL and \r
@@ -264,7 +264,7 @@ FindFilterDriverByEvent (
   @param This                     Pointer to the EFI_DATA_HUB_PROTOCOL instance.\r
   @param MonotonicCount           Specifies the Record to return. On input, zero means\r
                                   return the first record. On output, contains the next\r
-                                  record to availible. Zero indicates no more records.\r
+                                  record to available. Zero indicates no more records.\r
   @param FilterDriverEvent        If FilterDriverEvent is not passed in a MonotonicCount \r
                                   of zero, it means to return the first data record. \r
                                   If FilterDriverEvent is passed in, then a MonotonicCount \r
index 48522c01af108e3264619ed45dc0228a2c734a9f..f64c5411dbc35fc3aa96ac1d02c9f4d8be6c6b65 100644 (file)
@@ -56,7 +56,7 @@ DataHubStdErrEventHandler (
   //\r
   // If StdErr is not yet initialized just return a DEBUG print in the BDS\r
   // after consoles are connect will make sure data gets flushed properly\r
-  // when StdErr is availible.\r
+  // when StdErr is available.\r
   //\r
   if (gST == NULL) {\r
     return ;\r
index 2ba09c49b58ae2f125a232583ecda887a02588f1..65a292db6b91ae672addd6e3c8268d27df86131a 100644 (file)
@@ -529,7 +529,7 @@ FvCheck (
       continue;\r
     }\r
     //\r
-    // double check boundry\r
+    // double check boundary\r
     //\r
     if (TestLength < sizeof (EFI_FFS_FILE_HEADER)) {\r
       break;\r
@@ -570,7 +570,7 @@ FvCheck (
         DEBUG ((EFI_D_ERROR, "Found a FFS3 formatted file: %g in a non-FFS3 formatted FV.\n", &((EFI_FFS_FILE_HEADER *) Ptr)->Name));\r
         Ptr = Ptr + FFS_FILE2_SIZE (Ptr);\r
         //\r
-        // Adjust Ptr to the next 8-byte aligned boundry.\r
+        // Adjust Ptr to the next 8-byte aligned boundary.\r
         //\r
         while (((UINTN) Ptr & 0x07) != 0) {\r
           Ptr++;\r
@@ -609,7 +609,7 @@ FvCheck (
       }\r
 \r
       //\r
-      // Adjust Ptr to the next 8-byte aligned boundry.\r
+      // Adjust Ptr to the next 8-byte aligned boundary.\r
       //\r
       while (((UINTN) Ptr & 0x07) != 0) {\r
         Ptr++;\r
index 7f23b51d8337a3e70e7c71bfd8a74e75804eebda..99385e0f579b3eebe04df6aa011404c45493fcb5 100644 (file)
@@ -782,7 +782,7 @@ FvCreateNewFile (
 \r
   //\r
   // First find a free space that can hold this image.\r
-  // Check alignment, FFS at least must be aligned at 8-byte boundry\r
+  // Check alignment, FFS at least must be aligned at 8-byte boundary\r
   //\r
   RequiredAlignment = GetRequiredAlignment (FileAttributes);\r
 \r
@@ -1513,7 +1513,7 @@ FvWriteFile (
 \r
   for (Index1 = 0; Index1 < NumberOfFiles; Index1++) {\r
     //\r
-    // Making Buffersize QWORD boundry, and add file tail.\r
+    // Making Buffersize QWORD boundary, and add file tail.\r
     //\r
     HeaderSize = sizeof (EFI_FFS_FILE_HEADER);\r
     ActualSize = FileData[Index1].BufferSize + HeaderSize;\r