diff options
author | Vagrant Cascadian | 2015-11-24 14:46:24 -0800 |
---|---|---|
committer | Tom Rini | 2015-12-05 18:22:23 -0500 |
commit | 1b25e586cbdc2f3127be785e8b63248eca82b45b (patch) | |
tree | 0f066cf3b3c69dc6b576d4ff1ffc853c140e600a /drivers/serial | |
parent | 3f42dc87b4fbcc99baa26c7be8d0b74aaa4c2f30 (diff) |
Fix typo: firstly -> first.
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'drivers/serial')
-rw-r--r-- | drivers/serial/serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c index 422d3aedc31..f1bd15b002d 100644 --- a/drivers/serial/serial.c +++ b/drivers/serial/serial.c @@ -527,7 +527,7 @@ static const int bauds[] = CONFIG_SYS_BAUDRATE_TABLE; * * Do a loopback test of the currently selected serial port. This * function is only useful in the context of the POST testing framwork. - * The serial port is firstly configured into loopback mode and then + * The serial port is first configured into loopback mode and then * characters are sent through it. * * Returns 0 on success, value otherwise. |