From f95e6f6b00f800e7f36cc761d9048735d595f21e Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Wed, 20 Aug 2014 04:31:22 +0000 Subject: =?UTF-8?q?IntelFrameworkModulePkg/SourceLevelDebugPkg:=20Fix=20th?= =?UTF-8?q?e=20typo=20about=20word=20=E2=80=9Chanlde=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong Reviewed-by: Ruiyu Ni git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15845 6f19259b-4bc3-4df7-8a09-765794883524 --- .../DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c | 4 ++-- .../Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'SourceLevelDebugPkg/Library') diff --git a/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c b/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c index 9523216..3a5f196 100644 --- a/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c +++ b/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c @@ -1,7 +1,7 @@ /** @file Debug Port Library implementation based on serial port. - Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.
+ Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.
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 @@ IsTimerTimeout ( 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. diff --git a/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.c b/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.c index b3dbc93..59c04af 100644 --- a/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.c +++ b/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.c @@ -1185,7 +1185,7 @@ DebugPortPollBuffer ( 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. -- cgit v1.1