From a3be45020ac0333646e8a4ce12971c1a41c82191 Mon Sep 17 00:00:00 2001 From: trasz Date: Mon, 26 Jun 2017 16:08:28 +0000 Subject: [PATCH] Improve terminology in a comment. Suggested by: ian MFC after: 2 weeks --- usr.bin/resizewin/resizewin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/resizewin/resizewin.c b/usr.bin/resizewin/resizewin.c index 42290faf33aa..b6df862b8a49 100644 --- a/usr.bin/resizewin/resizewin.c +++ b/usr.bin/resizewin/resizewin.c @@ -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);