[PATCH] Fix proc_tty.c comment typos
Linux Kernel Mailing List <[email protected]> Sat, 26 Feb 2005 12:59:34 +0000
| Newsgroups | gmane.linux.kernel.commits.2-4 |
|---|---|
| Message-ID | <[email protected]> |
ChangeSet 1.1557, 2005/02/26 09:59:34-03:00, [email protected] [PATCH] Fix proc_tty.c comment typos proc_tty.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -Nru a/fs/proc/proc_tty.c b/fs/proc/proc_tty.c --- a/fs/proc/proc_tty.c 2005-02-26 10:03:58 -08:00 +++ b/fs/proc/proc_tty.c 2005-02-26 10:03:58 -08:00 @@ -129,7 +129,7 @@ } /* - * Thsi function is called by register_tty_driver() to handle + * This function is called by tty_register_driver() to handle * registering the driver's /proc handler into /proc/tty/driver/<foo> */ void proc_tty_register_driver(struct tty_driver *driver) @@ -152,7 +152,7 @@ } /* - * This function is called by unregister_tty_driver() + * This function is called by tty_unregister_driver() */ void proc_tty_unregister_driver(struct tty_driver *driver) {