]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KbdCtrller.c
MdeModulePkg/Bus/Isa: Fix various typos
[mirror_edk2.git] / MdeModulePkg / Bus / Isa / Ps2KeyboardDxe / Ps2KbdCtrller.c
index 87f6efd8dd642822522a1b2013c3eb910598834a..d8d050b0a92a6f414f43f5f7ef96a08399ccff63 100644 (file)
@@ -799,7 +799,7 @@ KeyboardTimerHandler (
   //\r
   // To let KB driver support Hot plug, here should skip the 'resend' command  for the case that\r
   // KB is not connected to system. If KB is not connected to system, driver will find there's something\r
-  // error in the following code and wait for the input buffer empty, this waiting time shoulb be short enough since\r
+  // error in the following code and wait for the input buffer empty, this waiting time should be short enough since\r
   // this is a NOTIFY TPL period function, or the system performance will degrade hardly when KB is not connected.\r
   // Just skip the 'resend' process simply.\r
   //\r
@@ -827,7 +827,7 @@ KeyboardTimerHandler (
   @param ConsoleIn - Pointer to instance of KEYBOARD_CONSOLE_IN_DEV\r
   @param Data      - Pointer to outof buffer for keeping key value\r
 \r
-  @retval EFI_TIMEOUT Status resigter time out\r
+  @retval EFI_TIMEOUT Status register time out\r
   @retval EFI_SUCCESS Success to read keyboard\r
 \r
 **/\r
@@ -871,7 +871,7 @@ KeyboardRead (
   @param Data      value wanted to be written\r
 \r
   @retval EFI_TIMEOUT   The input buffer register is full for putting new value util timeout\r
-  @retval EFI_SUCCESS   The new value is sucess put into input buffer register.\r
+  @retval EFI_SUCCESS   The new value is success put into input buffer register.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -1688,7 +1688,7 @@ InitKeyboard (
     if (EFI_ERROR (Status)) {\r
       KeyboardError (\r
         ConsoleIn,\r
-        L"Some specific value not aquired from 8042 controller!\n\r"\r
+        L"Some specific value not acquired from 8042 controller!\n\r"\r
         );\r
       goto Done;\r
     }\r
@@ -1703,7 +1703,7 @@ InitKeyboard (
 \r
     Status = KeyboardWaitForValue (ConsoleIn, KEYBOARD_8048_RETURN_8042_ACK);\r
     if (EFI_ERROR (Status)) {\r
-      KeyboardError (ConsoleIn, L"Some specific value not aquired from 8042 controller!\n\r");\r
+      KeyboardError (ConsoleIn, L"Some specific value not acquired from 8042 controller!\n\r");\r
       goto Done;\r
     }\r
     //\r
@@ -1730,7 +1730,7 @@ InitKeyboard (
 \r
     Status = KeyboardWaitForValue (ConsoleIn, KEYBOARD_8048_RETURN_8042_ACK);\r
     if (EFI_ERROR (Status)) {\r
-      KeyboardError (ConsoleIn, L"Some specific value not aquired from 8042 controller!\n\r");\r
+      KeyboardError (ConsoleIn, L"Some specific value not acquired from 8042 controller!\n\r");\r
       goto Done;\r
     }\r
 \r
@@ -1742,7 +1742,7 @@ InitKeyboard (
 \r
     Status = KeyboardWaitForValue (ConsoleIn, KEYBOARD_8048_RETURN_8042_ACK);\r
     if (EFI_ERROR (Status)) {\r
-      KeyboardError (ConsoleIn, L"Some specific value not aquired from 8042 controller!\n\r");\r
+      KeyboardError (ConsoleIn, L"Some specific value not acquired from 8042 controller!\n\r");\r
       goto Done;\r
     }\r
 \r
@@ -1757,7 +1757,7 @@ InitKeyboard (
 \r
   Status = KeyboardWaitForValue (ConsoleIn, KEYBOARD_8048_RETURN_8042_ACK);\r
   if (EFI_ERROR (Status)) {\r
-    KeyboardError (ConsoleIn, L"Some specific value not aquired from 8042 controller!\n\r");\r
+    KeyboardError (ConsoleIn, L"Some specific value not acquired from 8042 controller!\n\r");\r
     goto Done;\r
   }\r
   //\r