summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-17 09:37:01 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-17 09:37:01 +0000
commit6e55477da3f672da1484c4071481ee771e3227b9 (patch)
treef17b75f14569a2809c5a6b879ace8e941a68acf6 /MdePkg
parentdfe687cad590b3544e34bf25be932bdee1b5c796 (diff)
downloadedk2-platforms-6e55477da3f672da1484c4071481ee771e3227b9.tar.xz
Fix some typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7068 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Library/UefiDriverEntryPoint.h2
-rw-r--r--MdePkg/Include/Protocol/SimpleTextIn.h8
2 files changed, 5 insertions, 5 deletions
diff --git a/MdePkg/Include/Library/UefiDriverEntryPoint.h b/MdePkg/Include/Library/UefiDriverEntryPoint.h
index 7946cb13f8..c59bc82d6c 100644
--- a/MdePkg/Include/Library/UefiDriverEntryPoint.h
+++ b/MdePkg/Include/Library/UefiDriverEntryPoint.h
@@ -182,7 +182,7 @@ ProcessModuleEntryPointList (
@param ImageHandle The image handle of the DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI Driver.
- @retval EFI_SUCCESS The unoad handlers executed normally.
+ @retval EFI_SUCCESS The unload handlers executed normally.
@retval !EFI_SUCCESS The unload handlers failed to execute normally.
**/
diff --git a/MdePkg/Include/Protocol/SimpleTextIn.h b/MdePkg/Include/Protocol/SimpleTextIn.h
index 67786cefe9..b796d120a9 100644
--- a/MdePkg/Include/Protocol/SimpleTextIn.h
+++ b/MdePkg/Include/Protocol/SimpleTextIn.h
@@ -83,7 +83,7 @@ typedef struct {
#define SCAN_ESC 0x0017
/**
- Reset the input device and optionaly run diagnostics
+ Reset the input device and optionally run diagnostics
@param This Protocol instance pointer.
@param ExtendedVerification Driver may perform diagnostics on reset.
@@ -101,14 +101,14 @@ EFI_STATUS
/**
Reads the next keystroke from the input device. The WaitForKey Event can
- be used to test for existance of a keystroke via WaitForEvent () call.
+ be used to test for existence of a keystroke via WaitForEvent () call.
@param This Protocol instance pointer.
@param Key Driver may perform diagnostics on reset.
@retval EFI_SUCCESS The keystroke information was returned.
- @retval EFI_NOT_READY There was no keystroke data availiable.
- @retval EFI_DEVICE_ERROR The keydtroke information was not returned due to
+ @retval EFI_NOT_READY There was no keystroke data available.
+ @retval EFI_DEVICE_ERROR The keystroke information was not returned due to
hardware errors.
**/