Revision: 15845
http://sourceforge.net/p/edk2/code/15845
Author: ydong10
Date: 2014-08-20 04:31:22 +0000 (Wed, 20 Aug 2014)
Log Message:
-----------
IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word
?\226?\128?\156hanlde?\226?\128?\157
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <[email protected]>
Reviewed-by: Ruiyu Ni <[email protected]>
Modified Paths:
--------------
trunk/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c
trunk/edk2/SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h
trunk/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c
trunk/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.c
Modified: trunk/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c
===================================================================
--- trunk/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c
2014-08-20 02:26:07 UTC (rev 15844)
+++ trunk/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c
2014-08-20 04:31:22 UTC (rev 15845)
@@ -65,9 +65,9 @@
@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.
Modified: trunk/edk2/SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h
===================================================================
--- trunk/edk2/SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h
2014-08-20 02:26:07 UTC (rev 15844)
+++ trunk/edk2/SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h
2014-08-20 04:31:22 UTC (rev 15845)
@@ -1,7 +1,7 @@
/** @file
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
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
@@ -56,7 +56,7 @@
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
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
new handle and return it. NULL is also a valid handle to be returned.
Modified:
trunk/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c
===================================================================
---
trunk/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c
2014-08-20 02:26:07 UTC (rev 15844)
+++
trunk/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c
2014-08-20 04:31:22 UTC (rev 15845)
@@ -1,7 +1,7 @@
/** @file
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
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
@@ -116,7 +116,7 @@
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
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
new handle and return it. NULL is also a valid handle to be returned.
Modified:
trunk/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.c
===================================================================
---
trunk/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.c
2014-08-20 02:26:07 UTC (rev 15844)
+++
trunk/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.c
2014-08-20 04:31:22 UTC (rev 15845)
@@ -1185,7 +1185,7 @@
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).
- 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
created a new handle if needed and return it, otherwise it will return NULL.
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits