svn commit: r184128 - head/sys/kern

Andrew Thompson thompsa at FreeBSD.org
Tue Oct 21 14:44:26 UTC 2008


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) {


More information about the svn-src-head mailing list