tty: fix typo
authorAlan Cox <alan@linux.intel.com>
Fri, 30 Jan 2015 23:27:16 +0000 (23:27 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 30 Jan 2015 23:27:16 +0000 (23:27 +0000)
Kernel/tty.c

index 8689e11..ad3ca08 100644 (file)
@@ -382,7 +382,7 @@ void tty_putc_wait(uint8_t minor, unsigned char c)
 #endif
         /* For slower platforms it's not worth the task switching and return
            costs versus waiting a bit. A box with tx interrupts and sufficient
-           performance can buffer or sleep in in tty_putc instead.
+           performance can buffer or sleep in tty_putc instead.
 
            The driver should return 1 - send bytes, 0 - spinning may be useful,
            -1 - blocked, don't spin (eg flow controlled) */