mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
Fix some typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7068 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
dfe687cad5
commit
6e55477da3
@ -182,7 +182,7 @@ ProcessModuleEntryPointList (
|
|||||||
|
|
||||||
@param ImageHandle The image handle of the DXE Driver, DXE Runtime Driver, DXE SMM Driver, or UEFI Driver.
|
@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.
|
@retval !EFI_SUCCESS The unload handlers failed to execute normally.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
@ -83,7 +83,7 @@ typedef struct {
|
|||||||
#define SCAN_ESC 0x0017
|
#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 This Protocol instance pointer.
|
||||||
@param ExtendedVerification Driver may perform diagnostics on reset.
|
@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
|
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 This Protocol instance pointer.
|
||||||
@param Key Driver may perform diagnostics on reset.
|
@param Key Driver may perform diagnostics on reset.
|
||||||
|
|
||||||
@retval EFI_SUCCESS The keystroke information was returned.
|
@retval EFI_SUCCESS The keystroke information was returned.
|
||||||
@retval EFI_NOT_READY There was no keystroke data availiable.
|
@retval EFI_NOT_READY There was no keystroke data available.
|
||||||
@retval EFI_DEVICE_ERROR The keydtroke information was not returned due to
|
@retval EFI_DEVICE_ERROR The keystroke information was not returned due to
|
||||||
hardware errors.
|
hardware errors.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user