diff options
author | Antoine Cœur <coeur@gmx.fr> | 2019-02-06 23:40:38 +0800 |
---|---|---|
committer | Leif Lindholm <leif.lindholm@linaro.org> | 2019-07-04 12:20:52 +0100 |
commit | 16f3544ddd99c855d5fcb3e3bdbbed945a0c25d3 (patch) | |
tree | 7e8ca3328bde58d42f4bc91b95950dd67560f3bc /ArmPlatformPkg/Library | |
parent | ff5fef1428dafc8f73e1f5d63966ef5c9bd8c420 (diff) | |
download | edk2-16f3544ddd99c855d5fcb3e3bdbbed945a0c25d3.tar.gz edk2-16f3544ddd99c855d5fcb3e3bdbbed945a0c25d3.tar.bz2 edk2-16f3544ddd99c855d5fcb3e3bdbbed945a0c25d3.zip |
ArmPlatformPkg: Fix various typos
Fix various typos in ArmPlatformPkg.
Signed-off-by: Coeur <coeur@gmx.fr>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPlatformPkg/Library')
-rw-r--r-- | ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.c b/ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.c index 20a53be02e..801990d955 100644 --- a/ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.c +++ b/ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.c @@ -321,7 +321,7 @@ PL011UartSetControl ( . EFI_SERIAL_OUTPUT_BUFFER_EMPTY : equal to one if the
transmit buffer is empty, 0 otherwise.
. EFI_SERIAL_HARDWARE_LOOPBACK_ENABLE : equal to one if
- the hardware loopback is enabled (the ouput feeds the
+ the hardware loopback is enabled (the output feeds the
receive buffer), 0 otherwise.
. EFI_SERIAL_SOFTWARE_LOOPBACK_ENABLE : equal to one if
a loopback is accomplished by software, 0 otherwise.
|