[PATCH] video/aty/atyfb_base.c: fix an off-by-one error
[powerpc.git] / drivers / serial / 8250.c
index 5996d3c..674b15c 100644 (file)
@@ -1528,7 +1528,7 @@ static int serial8250_startup(struct uart_port *port)
 
        /*
         * Clear the FIFO buffers and disable them.
-        * (they will be reeanbled in set_termios())
+        * (they will be reenabled in set_termios())
         */
        serial8250_clear_fifos(up);