diff options
author | 2008-07-22 23:38:04 +0100 | |
---|---|---|
committer | 2008-07-22 20:57:26 -0700 | |
commit | 1bad879a078111748ebc27fb0d29e8c916556835 (patch) | |
tree | 7eab5ff171d540803f347fc8d96440a087428b67 | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 (diff) | |
download | wireguard-linux-1bad879a078111748ebc27fb0d29e8c916556835.tar.xz wireguard-linux-1bad879a078111748ebc27fb0d29e8c916556835.zip |
tty: Fix up escaped character
Louis Rilling noticed this.
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | drivers/char/tty_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c index 15e597d03002..fa48dba5ba5e 100644 --- a/drivers/char/tty_io.c +++ b/drivers/char/tty_io.c @@ -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. * |