summaryrefslogtreecommitdiff
path: root/drivers/serial
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2015-11-24 14:46:24 -0800
committerTom Rini <trini@konsulko.com>2015-12-05 18:22:23 -0500
commit1b25e586cbdc2f3127be785e8b63248eca82b45b (patch)
tree0f066cf3b3c69dc6b576d4ff1ffc853c140e600a /drivers/serial
parent3f42dc87b4fbcc99baa26c7be8d0b74aaa4c2f30 (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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c
index 422d3aedc3..f1bd15b002 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.