diff options
author | Alan Cox <alan@linux.intel.com> | 2009-06-11 12:45:53 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-11 08:51:00 -0700 |
commit | 620df3c0a5b70656c4de6049825de214f108218e (patch) | |
tree | ba575904a4e0f72883ff62fe23dff5d241334e5e /drivers/char/pty.c | |
parent | 4b6ae89ef40d0d5d4c85098c1d0a012333a68729 (diff) | |
download | linux-3.10-620df3c0a5b70656c4de6049825de214f108218e.tar.gz linux-3.10-620df3c0a5b70656c4de6049825de214f108218e.tar.bz2 linux-3.10-620df3c0a5b70656c4de6049825de214f108218e.zip |
pty: Fix a comment
We fixed the globals, so now fix the comment
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/pty.c')
-rw-r--r-- | drivers/char/pty.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/pty.c b/drivers/char/pty.c index 31038a0052a..da2cb8c70c1 100644 --- a/drivers/char/pty.c +++ b/drivers/char/pty.c @@ -30,7 +30,6 @@ #include <asm/system.h> -/* These are global because they are accessed in tty_io.c */ #ifdef CONFIG_UNIX98_PTYS static struct tty_driver *ptm_driver; static struct tty_driver *pts_driver; |