Author: thompsa
Date: Tue Oct 21 14:44:25 2008
New Revision: 184128
URL: http://svn.freebsd.org/changeset/base/184128

Log:
  Fix spelling mistake in the last rev.

Modified:
  head/sys/kern/tty.c

Modified: head/sys/kern/tty.c
==============================================================================
--- head/sys/kern/tty.c Tue Oct 21 14:18:45 2008        (r184127)
+++ head/sys/kern/tty.c Tue Oct 21 14:44:25 2008        (r184128)
@@ -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) {
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to