Skip to content

Commit

Permalink
MdePkg SerialIo.h: Fix typo "buts" to "bits"
Browse files Browse the repository at this point in the history
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]>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18907 6f19259b-4bc3-4df7-8a09-765794883524
  • Loading branch information
lzeng14 authored and lzeng14 committed Nov 20, 2015
1 parent 4ab4e20 commit 41b474b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MdePkg/Include/Protocol/SerialIo.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Abstraction of a basic serial device. Targeted at 16550 UART, but
could be much more generic.
Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
Expand Down Expand Up @@ -105,7 +105,7 @@ EFI_STATUS

/**
Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,
data buts, and stop bits on a serial device.
data bits, and stop bits on a serial device.
@param This Protocol instance pointer.
@param BaudRate The requested baud rate. A BaudRate value of 0 will use the
Expand Down

0 comments on commit 41b474b

Please sign in to comment.