mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Fixed typos: hanlder should be handler.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chen Fan <chen.fan.fnst@cn.fujitsu.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15642 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ae026b0a9b
commit
e364478661
@ -1439,7 +1439,7 @@ IDEDiskInfoWhichIde (
|
||||
Clear pending IDE interrupt before OS loader/kernel take control of the IDE device.
|
||||
|
||||
@param Event Pointer to this event
|
||||
@param Context Event hanlder private data
|
||||
@param Context Event handler private data
|
||||
|
||||
**/
|
||||
VOID
|
||||
|
@ -528,7 +528,7 @@ IDEDiskInfoWhichIde (
|
||||
Clear pending IDE interrupt before OS loader/kernel take control of the IDE device.
|
||||
|
||||
@param Event Pointer to this event
|
||||
@param Context Event hanlder private data
|
||||
@param Context Event handler private data
|
||||
|
||||
**/
|
||||
VOID
|
||||
|
@ -1637,7 +1637,7 @@ EhcCreateUsb2Hc (
|
||||
One notified function to stop the Host Controller when gBS->ExitBootServices() called.
|
||||
|
||||
@param Event Pointer to this event
|
||||
@param Context Event hanlder private data
|
||||
@param Context Event handler private data
|
||||
|
||||
**/
|
||||
VOID
|
||||
|
@ -1588,7 +1588,7 @@ UhciCleanDevUp (
|
||||
One notified function to stop the Host Controller when gBS->ExitBootServices() called.
|
||||
|
||||
@param Event Pointer to this event
|
||||
@param Context Event hanlder private data
|
||||
@param Context Event handler private data
|
||||
|
||||
**/
|
||||
VOID
|
||||
|
@ -1847,7 +1847,7 @@ ON_ERROR:
|
||||
One notified function to stop the Host Controller when gBS->ExitBootServices() called.
|
||||
|
||||
@param Event Pointer to this event
|
||||
@param Context Event hanlder private data
|
||||
@param Context Event handler private data
|
||||
|
||||
**/
|
||||
VOID
|
||||
|
@ -163,7 +163,7 @@ SaveBootScriptDataToLockBox (
|
||||
run time phase.
|
||||
|
||||
@param Event Pointer to this event
|
||||
@param Context Event hanlder private data
|
||||
@param Context Event handler private data
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
|
@ -213,7 +213,7 @@ S3BootScriptExecutorEntryFunction (
|
||||
to RESERVED mem and save it to LockBox.
|
||||
|
||||
@param Event Pointer to this event
|
||||
@param Context Event hanlder private data
|
||||
@param Context Event handler private data
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
|
@ -26,7 +26,7 @@ V2P *mV2p = NULL; // undi3.0 map_list head
|
||||
One notified function to stop UNDI device when gBS->ExitBootServices() called.
|
||||
|
||||
@param Event Pointer to this event
|
||||
@param Context Event hanlder private data
|
||||
@param Context Event handler private data
|
||||
|
||||
**/
|
||||
VOID
|
||||
|
@ -23,7 +23,7 @@ EFI_EVENT mExitBootServiceEvent;
|
||||
One notified function to disable Debug Timer interrupt when gBS->ExitBootServices() called.
|
||||
|
||||
@param[in] Event Pointer to this event
|
||||
@param[in] Context Event hanlder private data
|
||||
@param[in] Context Event handler private data
|
||||
|
||||
**/
|
||||
VOID
|
||||
|
@ -1,5 +1,5 @@
|
||||
/** @file
|
||||
CPU Exception Hanlder Library common functions.
|
||||
CPU Exception Handler Library common functions.
|
||||
|
||||
Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials
|
||||
|
@ -1,5 +1,5 @@
|
||||
/** @file
|
||||
IA32 CPU Exception Hanlder functons.
|
||||
IA32 CPU Exception Handler functons.
|
||||
|
||||
Copyright (c) 2012 - 2013, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials
|
||||
|
@ -1,5 +1,5 @@
|
||||
/** @file
|
||||
x64 CPU Exception Hanlder.
|
||||
x64 CPU Exception Handler.
|
||||
|
||||
Copyright (c) 2012 - 2013, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials
|
||||
|
Loading…
x
Reference in New Issue
Block a user