summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c
diff options
context:
space:
mode:
authorCœur <coeur@gmx.fr>2019-07-03 14:25:30 +0100
committerLeif Lindholm <leif.lindholm@linaro.org>2019-07-04 12:21:04 +0100
commitc6a72cd79465594876626e738466441d8b3d61ca (patch)
tree569aa1367bf80e8ac3444ab0c39a8affa872ae32 /EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c
parent16f3544ddd99c855d5fcb3e3bdbbed945a0c25d3 (diff)
downloadedk2-c6a72cd79465594876626e738466441d8b3d61ca.tar.gz
edk2-c6a72cd79465594876626e738466441d8b3d61ca.tar.bz2
edk2-c6a72cd79465594876626e738466441d8b3d61ca.zip
EmbeddedPkg: Fix various typos
Fix various typos in EmbeddedPkg. Signed-off-by: Coeur <coeur@gmx.fr> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c')
-rw-r--r--EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c b/EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c
index 738aa24ae5..d2bafcf69b 100644
--- a/EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c
+++ b/EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c
@@ -1,5 +1,5 @@
/** @file
- Basic serial IO abstaction for GDB
+ Basic serial IO abstraction for GDB
Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
@@ -50,7 +50,7 @@ GdbSerialLibDebugPortConstructor (
/**
- 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 buts, and stop bits on a serial device. This call is optional as the serial
port will be set up with defaults base on PCD values.
@@ -59,13 +59,13 @@ GdbSerialLibDebugPortConstructor (
@param Parity The type of parity to use on this serial device. A Parity value of
DefaultParity will use the device's default parity value.
@param DataBits The number of data bits to use on the serial device. A DataBits
- vaule of 0 will use the device's default data bit setting.
+ value of 0 will use the device's default data bit setting.
@param StopBits The number of stop bits to use on this serial device. A StopBits
value of DefaultStopBits will use the device's default number of
stop bits.
@retval EFI_SUCCESS The device was configured.
- @retval EFI_DEVICE_ERROR The serial device could not be coonfigured.
+ @retval EFI_DEVICE_ERROR The serial device could not be configured.
**/
RETURN_STATUS