From bd85f7015e80e3c0186788d4f108954176123bac Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 22 Sep 2005 21:18:02 +0000 Subject: [PATCH] typo --- drivers/tty/tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/tty.c b/drivers/tty/tty.c index 8dc4904fa..bf9fc56b2 100644 --- a/drivers/tty/tty.c +++ b/drivers/tty/tty.c @@ -1,4 +1,4 @@ -/* This file contains the tesminal driver, both for the IBM console and regular +/* This file contains the terminal driver, both for the IBM console and regular * ASCII terminals. It handles only the device-independent part of a TTY, the * device dependent parts are in console.c, rs232.c, etc. This file contains * two main entry points, tty_task() and tty_wakeup(), and several minor entry -- 2.44.0