]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg SerialIo.h: Fix typo "buts" to "bits"
authorStar Zeng <star.zeng@intel.com>
Fri, 20 Nov 2015 01:46:42 +0000 (01:46 +0000)
committerlzeng14 <lzeng14@Edk2>
Fri, 20 Nov 2015 01:46:42 +0000 (01:46 +0000)
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@18907 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/SerialIo.h

index c66abef818c0c9fd5f7da9b4415d8eb72c4c83ea..31cd46614ed0e8e90e00e482900b690174137625 100644 (file)
@@ -4,7 +4,7 @@
   Abstraction of a basic serial device. Targeted at 16550 UART, but\r
   could be much more generic.\r
 \r
-  Copyright (c) 2006 - 2008, 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
@@ -105,7 +105,7 @@ EFI_STATUS
 \r
 /**\r
   Sets the baud rate, receive FIFO depth, transmit/receice time out, parity, \r
-  data buts, and stop bits on a serial device.\r
+  data bits, and stop bits on a serial device.\r
 \r
   @param  This             Protocol instance pointer.\r
   @param  BaudRate         The requested baud rate. A BaudRate value of 0 will use the\r