summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Library/GdbSerialDebugPortLib
diff options
context:
space:
mode:
authorPierre Gondois <pierre.gondois@arm.com>2022-08-23 18:00:15 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-09-05 13:52:51 +0000
commita4037690d9199663acb0c01ffd265159f676aac9 (patch)
tree93607289ca75417190aaf2fbaf5a0e41f2e179ad /EmbeddedPkg/Library/GdbSerialDebugPortLib
parent05db766bee88c1db2ebe9566eb088cceb05fed93 (diff)
downloadedk2-a4037690d9199663acb0c01ffd265159f676aac9.tar.gz
edk2-a4037690d9199663acb0c01ffd265159f676aac9.tar.bz2
edk2-a4037690d9199663acb0c01ffd265159f676aac9.zip
EmbeddedPkg: Remove duplicated words
In an effort to clean the documentation of the above package, remove duplicated words. Signed-off-by: Pierre Gondois <pierre.gondois@arm.com> Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com> Reviewed-by: Abner Chang <abner.chang@amd.com>
Diffstat (limited to 'EmbeddedPkg/Library/GdbSerialDebugPortLib')
-rw-r--r--EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c b/EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c
index d53a5fe47f..334eb77607 100644
--- a/EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c
+++ b/EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c
@@ -51,7 +51,7 @@ GdbSerialLibDebugPortConstructor (
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.
- @param BaudRate The requested baud rate. A BaudRate value of 0 will use the the
+ @param BaudRate The requested baud rate. A BaudRate value of 0 will use the
device's default interface speed.
@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.