]> git.sur5r.net Git - u-boot/blobdiff - drivers/serial/serial.c
rockchip: clock: Rename the general clock variable to gclk_rate
[u-boot] / drivers / serial / serial.c
index 422d3aedc3105a992f9d39b9233b8aa187435ac7..f1bd15b002d69d95e259027631a2b3509e9891eb 100644 (file)
@@ -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.