From: Jim Meyering Date: Sat, 4 Jul 1998 15:46:38 +0000 (+0000) Subject: tweak comment X-Git-Tag: FILEUTILS-3_16s~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=218c464b91c4fb9195c283d60685219816ecfabd;p=thirdparty%2Fcoreutils.git tweak comment --- diff --git a/src/stty.c b/src/stty.c index ba98e4ef35..65fe183fa1 100644 --- a/src/stty.c +++ b/src/stty.c @@ -659,7 +659,7 @@ settings, CHAR is taken literally, or coded as in ^c, 0x37, 0177 or\n\ exit (status); } -/* Return 1 if the string only contains valid options. */ +/* Return 1 if the string contains only valid options. */ int valid_options (char *opt, const char *valid_opts, const char *valid_arg_opts)