From 218c464b91c4fb9195c283d60685219816ecfabd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 4 Jul 1998 15:46:38 +0000 Subject: [PATCH] tweak comment --- src/stty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3