Fix spelling mistake in the last rev.

This commit is contained in:
thompsa 2008-10-21 14:44:25 +00:00
parent 8ee58ba9e6
commit 0fcb99be5e

View File

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