summaryrefslogtreecommitdiff
path: root/src/stty.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-27 05:34:31 +0000
committerJim Meyering <jim@meyering.net>1995-11-27 05:34:31 +0000
commit57ec0f45c90bde207866d65aa7752d56cd55ac04 (patch)
tree5e7ed870725ad3f21baf9fc96bac635fe8b10d85 /src/stty.c
parenta7830ac93b955ac0be4a15d65a3e5a67f1635b8b (diff)
downloadcoreutils-57ec0f45c90bde207866d65aa7752d56cd55ac04.tar.xz
s/non-zero/nonzero/g
Diffstat (limited to 'src/stty.c')
-rw-r--r--src/stty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stty.c b/src/stty.c
index e177a486b..7ca5e1fde 100644
--- a/src/stty.c
+++ b/src/stty.c
@@ -1186,7 +1186,7 @@ set_speed (type, arg, mode)
/* Get window size information. First try getting the information
associated with standard output and if that fails, try standard input.
- Return zero for success, non-zero if both ioctl's failed. */
+ Return zero for success, nonzero if both ioctl's failed. */
static int
get_win_size (win)