mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
Improve terminology in a comment.
Suggested by: ian MFC after: 2 weeks
This commit is contained in:
parent
1621f5fe16
commit
deb808ad3b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320363
@ -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…
x
Reference in New Issue
Block a user