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:
Chen Fan 2014-07-09 03:51:56 +00:00 committed by vanjeff
parent ae026b0a9b
commit e364478661
12 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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