summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty.c
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2008-10-21 14:44:25 +0000
committerthompsa <thompsa@FreeBSD.org>2008-10-21 14:44:25 +0000
commit0fcb99be5e09ad264dba9314aa02a7d6f1fdbc13 (patch)
tree53884c337b74361a04a962fa57e148695fc04554 /sys/kern/tty.c
parent8ee58ba9e66f5d9293a780c100118b57f0cdfd22 (diff)
downloadFreeBSD-src-0fcb99be5e09ad264dba9314aa02a7d6f1fdbc13.zip
FreeBSD-src-0fcb99be5e09ad264dba9314aa02a7d6f1fdbc13.tar.gz
Fix spelling mistake in the last rev.
Diffstat (limited to 'sys/kern/tty.c')
-rw-r--r--sys/kern/tty.c2
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) {
OpenPOWER on IntegriCloud