mirror of https://github.com/acidanthera/audk.git
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:
parent
4805b4b5dd
commit
f95e6f6b00
|
@ -65,9 +65,9 @@ IsNvNeed (
|
||||||
@param VarName The name of the EFI console variable.
|
@param VarName The name of the EFI console variable.
|
||||||
@param ConsoleGuid Specified Console protocol GUID.
|
@param ConsoleGuid Specified Console protocol GUID.
|
||||||
@param ConsoleHandle On IN, console handle in System Table to be checked.
|
@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.
|
@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 TRUE System Table has been updated.
|
||||||
@retval FALSE System Table hasn't been updated.
|
@retval FALSE System Table hasn't been updated.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
Debug Communication Library definitions.
|
Debug Communication Library definitions.
|
||||||
|
|
||||||
Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -56,7 +56,7 @@ VOID
|
||||||
instance, it could return the same handle as passed in (as Context parameter).
|
instance, it could return the same handle as passed in (as Context parameter).
|
||||||
b) If the instance does not understand, or does not want to continue use the
|
b) If the instance does not understand, or does not want to continue use the
|
||||||
private data of the previous instance, it could ignore the input Context parameter
|
private data of the previous instance, it could ignore the input Context parameter
|
||||||
and create the new hanlde to be returned.
|
and create the new handle to be returned.
|
||||||
|
|
||||||
If Function() is NULL and Context is NULL, Debug Communication Library could create a
|
If Function() is NULL and Context is NULL, Debug Communication Library could create a
|
||||||
new handle and return it. NULL is also a valid handle to be returned.
|
new handle and return it. NULL is also a valid handle to be returned.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
Debug Port Library implementation based on serial port.
|
Debug Port Library implementation based on serial port.
|
||||||
|
|
||||||
Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -116,7 +116,7 @@ IsTimerTimeout (
|
||||||
instance, it could return the same handle as passed in (as Context parameter).
|
instance, it could return the same handle as passed in (as Context parameter).
|
||||||
b) If the instance does not understand, or does not want to continue use the
|
b) If the instance does not understand, or does not want to continue use the
|
||||||
private data of the previous instance, it could ignore the input Context parameter
|
private data of the previous instance, it could ignore the input Context parameter
|
||||||
and create the new hanlde to be returned.
|
and create the new handle to be returned.
|
||||||
|
|
||||||
If Function() is NULL and Context is NULL, Debug Communication Library could create a
|
If Function() is NULL and Context is NULL, Debug Communication Library could create a
|
||||||
new handle and return it. NULL is also a valid handle to be returned.
|
new handle and return it. NULL is also a valid handle to be returned.
|
||||||
|
|
|
@ -1185,7 +1185,7 @@ DebugPortPollBuffer (
|
||||||
|
|
||||||
If Function is NULL, and Context is not NULL, the Debug Communication Library could
|
If Function is NULL, and Context is not NULL, the Debug Communication Library could
|
||||||
a) Return the same handle as passed in (as Context parameter).
|
a) Return the same handle as passed in (as Context parameter).
|
||||||
b) Ignore the input Context parameter and create new hanlde to be returned.
|
b) Ignore the input Context parameter and create new handle to be returned.
|
||||||
|
|
||||||
If parameter Function is NULL and Context is NULL, Debug Communication Library could
|
If parameter Function is NULL and Context is NULL, Debug Communication Library could
|
||||||
created a new handle if needed and return it, otherwise it will return NULL.
|
created a new handle if needed and return it, otherwise it will return NULL.
|
||||||
|
|
Loading…
Reference in New Issue