From: Jim Meyering Date: Sun, 13 Feb 1994 20:03:47 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~751 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd69d39c66214d8d10aa7f6a908b524b84014dca;p=thirdparty%2Fcoreutils.git . --- diff --git a/src/stty.c b/src/stty.c index 2ecba58e58..5b3f7f4bef 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");