summaryrefslogtreecommitdiff
path: root/src/stty.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-02-13 20:03:47 +0000
committerJim Meyering <jim@meyering.net>1994-02-13 20:03:47 +0000
commitfd69d39c66214d8d10aa7f6a908b524b84014dca (patch)
treed748d8981aedc01fec34976640d5d63f35563a34 /src/stty.c
parent026dac45942c6bf53c51ca9c421e31043ebbb2bd (diff)
downloadcoreutils-fd69d39c66214d8d10aa7f6a908b524b84014dca.tar.xz
.
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 2ecba58e5..5b3f7f4be 100644
--- a/src/stty.c
+++ b/src/stty.c
@@ -678,7 +678,7 @@ main (argc, argv)
error (2, 0, "when specifying an output style, modes may not be set");
/* Initialize to all zeroes so there is no risk memcmp will report a
- spurious difference in uninitialized portion of the structure. */
+ spurious difference in an uninitialized portion of the structure. */
bzero (&mode, sizeof (mode));
if (tcgetattr (0, &mode))
error (1, errno, "standard input");