Fix spelling mistake in the last rev.
This commit is contained in:
parent
8ee58ba9e6
commit
0fcb99be5e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user