From: Ben Gras Date: Thu, 22 Sep 2005 21:18:02 +0000 (+0000) Subject: typo X-Git-Tag: v3.1.0~30 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=bd85f7015e80e3c0186788d4f108954176123bac;p=minix.git typo --- 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