svn commit: r320363 - head/usr.bin/resizewin

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Jun 26 16:08:30 UTC 2017


Author: trasz
Date: Mon Jun 26 16:08:28 2017
New Revision: 320363
URL: https://svnweb.freebsd.org/changeset/base/320363

Log:
  Improve terminology in a comment.
  
  Suggested by:	ian
  MFC after:	2 weeks

Modified:
  head/usr.bin/resizewin/resizewin.c

Modified: head/usr.bin/resizewin/resizewin.c
==============================================================================
--- head/usr.bin/resizewin/resizewin.c	Mon Jun 26 15:40:24 2017	(r320362)
+++ head/usr.bin/resizewin/resizewin.c	Mon Jun 26 16:08:28 2017	(r320363)
@@ -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-head mailing list