]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanlde”
authorEric Dong <eric.dong@intel.com>
Wed, 20 Aug 2014 04:31:22 +0000 (04:31 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 20 Aug 2014 04:31:22 +0000 (04:31 +0000)
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

IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c
SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h
SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c
SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.c

index 271093eec95c4e884bbdb99d1a2d38335e101038..eefec0642a707eb3ce705d5baa305b63b749d045 100644 (file)
@@ -65,9 +65,9 @@ IsNvNeed (
   @param  VarName            The name of the EFI console variable.\r
   @param  ConsoleGuid        Specified Console protocol GUID.\r
   @param  ConsoleHandle      On IN,  console handle in System Table to be checked. \r
   @param  VarName            The name of the EFI console variable.\r
   @param  ConsoleGuid        Specified Console protocol GUID.\r
   @param  ConsoleHandle      On IN,  console handle in System Table to be checked. \r
-                             On OUT, new console hanlde in system table.\r
+                             On OUT, new console handle in system table.\r
   @param  ProtocolInterface  On IN,  console protocol on console handle in System Table to be checked. \r
   @param  ProtocolInterface  On IN,  console protocol on console handle in System Table to be checked. \r
-                             On OUT, new console protocol on new console hanlde in system table.\r
+                             On OUT, new console protocol on new console handle in system table.\r
 \r
   @retval TRUE               System Table has been updated.\r
   @retval FALSE              System Table hasn't been updated.\r
 \r
   @retval TRUE               System Table has been updated.\r
   @retval FALSE              System Table hasn't been updated.\r
index 8fc0aa73ea658914079f22afbb25cab479796c13..0c1a7b0260f9c2c855340515855d722b5913a146 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Debug Communication Library definitions.\r
 \r
 /** @file\r
   Debug Communication Library definitions.\r
 \r
-  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -56,7 +56,7 @@ VOID
      instance, it could return the same handle as passed in (as Context parameter).\r
   b) If the instance does not understand, or does not want to continue use the\r
      private data of the previous instance, it could ignore the input Context parameter\r
      instance, it could return the same handle as passed in (as Context parameter).\r
   b) If the instance does not understand, or does not want to continue use the\r
      private data of the previous instance, it could ignore the input Context parameter\r
-     and create the new hanlde to be returned.\r
+     and create the new handle to be returned.\r
 \r
   If Function() is NULL and Context is NULL, Debug Communication Library could create a\r
   new handle and return it. NULL is also a valid handle to be returned.\r
 \r
   If Function() is NULL and Context is NULL, Debug Communication Library could create a\r
   new handle and return it. NULL is also a valid handle to be returned.\r
index 95232165919e0cf8fd99da03a1d30498d8cd81b0..3a5f1969b22abef84390b3920a401a32a3df855d 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Debug Port Library implementation based on serial port.\r
 \r
 /** @file\r
   Debug Port Library implementation based on serial port.\r
 \r
-  Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -116,7 +116,7 @@ IsTimerTimeout (
      instance, it could return the same handle as passed in (as Context parameter).\r
   b) If the instance does not understand, or does not want to continue use the\r
      private data of the previous instance, it could ignore the input Context parameter\r
      instance, it could return the same handle as passed in (as Context parameter).\r
   b) If the instance does not understand, or does not want to continue use the\r
      private data of the previous instance, it could ignore the input Context parameter\r
-     and create the new hanlde to be returned.\r
+     and create the new handle to be returned.\r
 \r
   If Function() is NULL and Context is NULL, Debug Communication Library could create a\r
   new handle and return it. NULL is also a valid handle to be returned.\r
 \r
   If Function() is NULL and Context is NULL, Debug Communication Library could create a\r
   new handle and return it. NULL is also a valid handle to be returned.\r
index b3dbc9367889e9715bf3970f81011617a07c47ab..59c04af34987c84af7ac93b99c6d57878646aad8 100644 (file)
@@ -1185,7 +1185,7 @@ DebugPortPollBuffer (
 \r
   If Function is NULL, and Context is not NULL, the Debug Communication Library could\r
     a) Return the same handle as passed in (as Context parameter).\r
 \r
   If Function is NULL, and Context is not NULL, the Debug Communication Library could\r
     a) Return the same handle as passed in (as Context parameter).\r
-    b) Ignore the input Context parameter and create new hanlde to be returned.\r
+    b) Ignore the input Context parameter and create new handle to be returned.\r
 \r
   If parameter Function is NULL and Context is NULL, Debug Communication Library could\r
   created a new handle if needed and return it, otherwise it will return NULL.\r
 \r
   If parameter Function is NULL and Context is NULL, Debug Communication Library could\r
   created a new handle if needed and return it, otherwise it will return NULL.\r