Improve terminology in a comment.

Suggested by:	ian
MFC after:	2 weeks
This commit is contained in:
trasz 2017-06-26 16:08:28 +00:00
parent c47018afca
commit a3be45020a

View File

@ -91,7 +91,7 @@ main(int argc, char **argv)
exit(0);
}
/* Disable echo, drain the input, and flush the output */
/* Disable echo, flush the input, and drain the output */
if (tcgetattr(fd, &old) == -1)
exit(1);