]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboard.h
EmbeddedPkg/VirtualKeyboard: Fix few typos
[mirror_edk2.git] / EmbeddedPkg / Drivers / VirtualKeyboardDxe / VirtualKeyboard.h
index 29bc7a06fb1694b5afee2b47ffb6058668a434c0..d77bfe0167cde3e06f3ecc682a76bbb5c4d5a9ef 100644 (file)
@@ -323,7 +323,7 @@ VirtualKeyboardReset (
   );\r
 \r
 /**\r
-  Reset the input device and optionaly run diagnostics\r
+  Reset the input device and optionally run diagnostics\r
 \r
   @param  This                  Protocol instance pointer.\r
   @param  ExtendedVerification  Driver may perform diagnostics on reset.\r
@@ -373,7 +373,7 @@ VirtualKeyboardSetState (
 \r
 \r
   @retval EFI_SUCCESS             The notification function was registered successfully.\r
-  @retval EFI_OUT_OF_RESOURCES    Unable to allocate resources for necesssary data structures.\r
+  @retval EFI_OUT_OF_RESOURCES    Unable to allocate resources for necessary data structures.\r
   @retval EFI_INVALID_PARAMETER   KeyData or NotifyHandle is NULL.\r
 \r
 **/\r
@@ -429,7 +429,7 @@ VirtualKeyboardFreeNotifyList (
                             state data for the key that was pressed.\r
 \r
   @retval TRUE              Key be pressed matches a registered key.\r
-  @retval FLASE             Match failed.\r
+  @retval FALSE             Match failed.\r
 \r
 **/\r
 BOOLEAN\r
@@ -441,7 +441,7 @@ IsKeyRegistered (
 /**\r
   Waiting on the keyboard event, if there's any key pressed by the user, signal the event\r
 \r
-  @param  Event       The event that be siganlled when any key has been stroked.\r
+  @param  Event       The event that be signalled when any key has been struck.\r
   @param  Context     Pointer of the protocol EFI_SIMPLE_TEXT_INPUT_PROTOCOL.\r
 \r
 **/\r
@@ -455,7 +455,7 @@ VirtualKeyboardWaitForKey (
 /**\r
   Waiting on the keyboard event, if there's any key pressed by the user, signal the event\r
 \r
-  @param  Event    The event that be siganlled when any key has been stroked.\r
+  @param  Event    The event that be signalled when any key has been struck.\r
   @param  Context  Pointer of the protocol EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.\r
 \r
 **/\r
@@ -514,14 +514,14 @@ VirtualKeyboardReadKeyStroke (
 \r
 /**\r
   Reads the next keystroke from the input device. The WaitForKey Event can\r
-  be used to test for existance of a keystroke via WaitForEvent () call.\r
+  be used to test for existence of a keystroke via WaitForEvent () call.\r
 \r
   @param  This         Protocol instance pointer.\r
   @param  KeyData      A pointer to a buffer that is filled in with the keystroke\r
                        state data for the key that was pressed.\r
 \r
   @retval  EFI_SUCCESS           The keystroke information was returned.\r
-  @retval  EFI_NOT_READY         There was no keystroke data availiable.\r
+  @retval  EFI_NOT_READY         There was no keystroke data available.\r
   @retval  EFI_DEVICE_ERROR      The keystroke information was not returned due to\r
                                  hardware errors.\r
   @retval  EFI_INVALID_PARAMETER KeyData is NULL.\r