]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix some typo.
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 17 Dec 2008 09:37:01 +0000 (09:37 +0000)
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 17 Dec 2008 09:37:01 +0000 (09:37 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7068 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/UefiDriverEntryPoint.h
MdePkg/Include/Protocol/SimpleTextIn.h

index 7946cb13f85f9fb5b473440eeec26c93f081dd76..c59bc82d6cc9a7182ebe04098f45b77bfeed5933 100644 (file)
@@ -182,7 +182,7 @@ ProcessModuleEntryPointList (
 \r
   @param  ImageHandle  The image handle of the DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI Driver.\r
 \r
-  @retval  EFI_SUCCESS  The unoad handlers executed normally.\r
+  @retval  EFI_SUCCESS  The unload handlers executed normally.\r
   @retval  !EFI_SUCCESS The unload handlers failed to execute normally.\r
 \r
 **/\r
index 67786cefe9a7e84e5f6424630f0c282364407450..b796d120a9fe5e81cea28ccce616e757352766b5 100644 (file)
@@ -83,7 +83,7 @@ typedef struct {
 #define SCAN_ESC        0x0017\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
@@ -101,14 +101,14 @@ EFI_STATUS
 \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  Key  Driver may perform diagnostics on reset.\r
 \r
   @retval EFI_SUCCESS      The keystroke information was returned.\r
-  @retval EFI_NOT_READY    There was no keystroke data availiable.\r
-  @retval EFI_DEVICE_ERROR The keydtroke information was not returned due to\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
 \r
 **/\r