From 1b25e586cbdc2f3127be785e8b63248eca82b45b Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 24 Nov 2015 14:46:24 -0800 Subject: Fix typo: firstly -> first. Signed-off-by: Vagrant Cascadian Acked-by: Marek Vasut --- drivers/serial/serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/serial') diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c index 422d3ae..f1bd15b 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. -- cgit v1.1