Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 2008 14:44:25 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r184128 - head/sys/kern
Message-ID:  <200810211444.m9LEiPaM001632@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810211444.m9LEiPaM001632>