Revision: 19011
          http://sourceforge.net/p/edk2/code/19011
Author:   vanjeff
Date:     2015-11-30 03:15:07 +0000 (Mon, 30 Nov 2015)
Log Message:
-----------
MdeModulePkg BaseSerialPortLib16550: Fix typo in SerialPortWrite()

The "read" word in SerialPortWrite() header comment block should be
"write".

(Sync patch r18910 from main trunk.)

Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>

Revision Links:
--------------
    http://sourceforge.net/p/edk2/code/18910

Modified Paths:
--------------
    
branches/UDK2015/MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.c

Modified: 
branches/UDK2015/MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.c
===================================================================
--- 
branches/UDK2015/MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.c
       2015-11-30 03:14:42 UTC (rev 19010)
+++ 
branches/UDK2015/MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.c
       2015-11-30 03:15:07 UTC (rev 19011)
@@ -574,7 +574,7 @@
 
   @retval 0                NumberOfBytes is 0.
   @retval >0               The number of bytes written to the serial device.  
-                           If this value is less than NumberOfBytes, then the 
read operation failed.
+                           If this value is less than NumberOfBytes, then the 
write operation failed.
 
 **/
 UINTN


------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to