diff options
author | Chen Fan <chen.fan.fnst@cn.fujitsu.com> | 2014-07-09 03:51:56 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-07-09 03:51:56 +0000 |
commit | e364478661e2a5e9195ce4a9f00761e154e48bfa (patch) | |
tree | 88384f42eedc40fbf5061dea2936133d6a3565fc /MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c | |
parent | ae026b0a9b7a5d7b8f31ce6fe1aa9475787c9f3f (diff) | |
download | edk2-platforms-e364478661e2a5e9195ce4a9f00761e154e48bfa.tar.xz |
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
Diffstat (limited to 'MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c')
-rw-r--r-- | MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c b/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c index 739990679b..885b156d27 100644 --- a/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c +++ b/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c @@ -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
|