]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg BaseSerialPortLib16550: Fix typo in SerialPortWrite()
authorStar Zeng <star.zeng@intel.com>
Fri, 20 Nov 2015 01:51:15 +0000 (01:51 +0000)
committerlzeng14 <lzeng14@Edk2>
Fri, 20 Nov 2015 01:51:15 +0000 (01:51 +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@18910 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.c

index 3209115a3f88f5cc46433f4ad79ac30c8849dfa8..5b6608d4008270c75c297e15494ee3b33ef5b11e 100644 (file)
@@ -574,7 +574,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