diff options
Diffstat (limited to 'EmbeddedPkg/Include/Library/GdbSerialLib.h')
-rw-r--r-- | EmbeddedPkg/Include/Library/GdbSerialLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/Include/Library/GdbSerialLib.h b/EmbeddedPkg/Include/Library/GdbSerialLib.h index 4845d6018c..58c3a5643c 100644 --- a/EmbeddedPkg/Include/Library/GdbSerialLib.h +++ b/EmbeddedPkg/Include/Library/GdbSerialLib.h @@ -15,7 +15,7 @@ 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.
|