tty: Fix up escaped character
authorAlan Cox <alan@redhat.com>
Tue, 22 Jul 2008 22:38:04 +0000 (23:38 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Jul 2008 03:57:26 +0000 (20:57 -0700)
Louis Rilling noticed this.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/tty_io.c

index 15e597d..fa48dba 100644 (file)
@@ -915,7 +915,7 @@ static void tty_reset_termios(struct tty_struct *tty)
  *     do_tty_hangup           -       actual handler for hangup events
  *     @work: tty device
  *
-k *    This can be called by the "eventd" kernel thread.  That is process
+ *     This can be called by the "eventd" kernel thread.  That is process
  *     synchronous but doesn't hold any locks, so we need to make sure we
  *     have the appropriate locks for what we're doing.
  *