]> git.proxmox.com Git - mirror_edk2.git/commitdiff
PcAtChipsetPkg SerialIoLib: Fix typo in SerialPortWrite()
authorStar Zeng <star.zeng@intel.com>
Fri, 20 Nov 2015 01:50:34 +0000 (01:50 +0000)
committerlzeng14 <lzeng14@Edk2>
Fri, 20 Nov 2015 01:50:34 +0000 (01:50 +0000)
The "read" word in SerialPortWrite() header comment block should be
"write".

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18909 6f19259b-4bc3-4df7-8a09-765794883524

PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c

index 6bf705312d88fd6f9624f954053575e1f7b21e3f..b364a5c8ab2c64bd188fc39f36a697b1a99bce83 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   UART Serial Port library functions\r
 \r
-  Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2015, 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
@@ -118,7 +118,7 @@ SerialPortInitialize (
 \r
   @retval 0                NumberOfBytes is 0.\r
   @retval >0               The number of bytes written to the serial device.  \r
-                           If this value is less than NumberOfBytes, then the read operation failed.\r
+                           If this value is less than NumberOfBytes, then the write operation failed.\r
 \r
 **/\r
 UINTN\r