summaryrefslogtreecommitdiff
path: root/src/stty.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-07-04 15:46:38 +0000
committerJim Meyering <jim@meyering.net>1998-07-04 15:46:38 +0000
commit218c464b91c4fb9195c283d60685219816ecfabd (patch)
tree901d97fb14748149f3cc4562b94aa5a9d0a6caf6 /src/stty.c
parent3cc80de466894c90dea439edee042bb991b57b68 (diff)
downloadcoreutils-218c464b91c4fb9195c283d60685219816ecfabd.tar.xz
tweak comment
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 ba98e4ef3..65fe183fa 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)