]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[SERIAL] Fix typo in comment
authorRalf Baechle <ralf@linux-mips.org>
Wed, 15 Feb 2006 09:59:47 +0000 (09:59 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 15 Feb 2006 09:59:47 +0000 (09:59 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/serial/8250.c

index b1fc97d5f643ea4772b44e22b148b642b279670d..244e8ff119777d1c9a237ae89209441fd9350c52 100644 (file)
@@ -2198,7 +2198,7 @@ serial8250_console_write(struct console *co, const char *s, unsigned int count)
        touch_nmi_watchdog();
 
        /*
-        *      First save the UER then disable the interrupts
+        *      First save the IER then disable the interrupts
         */
        ier = serial_in(up, UART_IER);