diff options
author | thompsa <thompsa@FreeBSD.org> | 2008-10-21 14:44:25 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2008-10-21 14:44:25 +0000 |
commit | 0fcb99be5e09ad264dba9314aa02a7d6f1fdbc13 (patch) | |
tree | 53884c337b74361a04a962fa57e148695fc04554 | |
parent | 8ee58ba9e66f5d9293a780c100118b57f0cdfd22 (diff) | |
download | FreeBSD-src-0fcb99be5e09ad264dba9314aa02a7d6f1fdbc13.zip FreeBSD-src-0fcb99be5e09ad264dba9314aa02a7d6f1fdbc13.tar.gz |
Fix spelling mistake in the last rev.
-rw-r--r-- | sys/kern/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/tty.c b/sys/kern/tty.c index 6c2553a..16fda40 100644 --- a/sys/kern/tty.c +++ b/sys/kern/tty.c @@ -120,7 +120,7 @@ tty_drain(struct tty *tp) int error; if (ttyhook_hashook(tp, getc_inject)) - /* buffer is inaccessable */ + /* buffer is inaccessible */ return (0); while (ttyoutq_bytesused(&tp->t_outq) > 0) { |