Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Nitin Puranik <[email protected]> --- MdePkg/Include/Protocol/SerialIo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/MdePkg/Include/Protocol/SerialIo.h b/MdePkg/Include/Protocol/SerialIo.h index 31cd46614e..9fd89f98f2 100644 --- a/MdePkg/Include/Protocol/SerialIo.h +++ b/MdePkg/Include/Protocol/SerialIo.h @@ -104,7 +104,7 @@ EFI_STATUS ); /** - Sets the baud rate, receive FIFO depth, transmit/receice time out, parity, + Sets the baud rate, receive FIFO depth, transmit/receive time out, parity, data bits, and stop bits on a serial device. @param This Protocol instance pointer. @@ -160,7 +160,7 @@ EFI_STATUS ); /** - Retrieves the status of thecontrol bits on a serial device + Retrieves the status of the control bits on a serial device @param This Protocol instance pointer. @param Control A pointer to return the current Control signals from the serial device. @@ -244,7 +244,7 @@ EFI_STATUS @param Parity If applicable, this is the EFI_PARITY_TYPE that is computed or - checked as each character is transmitted or reveived. If the device + checked as each character is transmitted or received. If the device does not support parity the value is the default parity value. @param StopBits -- 2.11.0.windows.3 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

