diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
commit | c7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch) | |
tree | 3682407a599b8f9f03fc096298134cafba1c9b2f /drivers/char/wdt.c | |
parent | 1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff) |
o Merge with Linux 2.1.116.
o New Newport console code.
o New G364 console code.
Diffstat (limited to 'drivers/char/wdt.c')
-rw-r--r-- | drivers/char/wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/wdt.c b/drivers/char/wdt.c index e48f22a0f..86ce29744 100644 --- a/drivers/char/wdt.c +++ b/drivers/char/wdt.c @@ -184,7 +184,7 @@ static ssize_t wdt_write(struct file *file, const char *buf, size_t count, loff_ } /* - * Read reports the temperature in farenheit + * Read reports the temperature in degrees Fahrenheit. */ static ssize_t wdt_read(struct file *file, char *buf, size_t count, loff_t *ptr) |