From: Alan Cox Date: Thu, 11 Jun 2009 11:45:53 +0000 (+0100) Subject: pty: Fix a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=620df3c0a5b70656c4de6049825de214f108218e;p=linux.git pty: Fix a comment We fixed the globals, so now fix the comment Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/pty.c b/drivers/char/pty.c index 31038a0052a2c..da2cb8c70c110 100644 --- a/drivers/char/pty.c +++ b/drivers/char/pty.c @@ -30,7 +30,6 @@ #include -/* 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;