svn commit: r324263 - stable/11/usr.bin/resizewin
Edward Tomasz Napierala
trasz at FreeBSD.org
Wed Oct 4 11:39:45 UTC 2017
Author: trasz
Date: Wed Oct 4 11:39:44 2017
New Revision: 324263
URL: https://svnweb.freebsd.org/changeset/base/324263
Log:
MFC r320363:
Improve terminology in a comment.
Modified:
stable/11/usr.bin/resizewin/resizewin.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.bin/resizewin/resizewin.c
==============================================================================
--- stable/11/usr.bin/resizewin/resizewin.c Wed Oct 4 11:38:52 2017 (r324262)
+++ stable/11/usr.bin/resizewin/resizewin.c Wed Oct 4 11:39:44 2017 (r324263)
@@ -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);
More information about the svn-src-all
mailing list