IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanlde”

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15845 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Eric Dong
2014-08-20 04:31:22 +00:00
committed by ydong10
parent 4805b4b5dd
commit f95e6f6b00
4 changed files with 7 additions and 7 deletions

View File

@ -65,9 +65,9 @@ IsNvNeed (
@param VarName The name of the EFI console variable.
@param ConsoleGuid Specified Console protocol GUID.
@param ConsoleHandle On IN, console handle in System Table to be checked.
On OUT, new console hanlde in system table.
On OUT, new console handle in system table.
@param ProtocolInterface On IN, console protocol on console handle in System Table to be checked.
On OUT, new console protocol on new console hanlde in system table.
On OUT, new console protocol on new console handle in system table.
@retval TRUE System Table has been updated.
@retval FALSE System Table hasn't been updated.