Improve terminology in a comment.
Suggested by: ian MFC after: 2 weeks
This commit is contained in:
parent
c47018afca
commit
a3be45020a
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user