From: Marc-Christian Petersen <m.c.p@wolk-project.de>



---

 25-akpm/fs/proc/proc_tty.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN fs/proc/proc_tty.c~procfs-comment-fixes fs/proc/proc_tty.c
--- 25/fs/proc/proc_tty.c~procfs-comment-fixes	2004-03-20 13:33:16.161312464 -0800
+++ 25-akpm/fs/proc/proc_tty.c	2004-03-20 13:33:16.164312008 -0800
@@ -181,7 +181,7 @@ static int tty_ldiscs_read_proc(char *pa
 }
 
 /*
- * 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)
@@ -205,7 +205,7 @@ void proc_tty_register_driver(struct tty
 }
 
 /*
- * 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)
 {

_