summaryrefslogtreecommitdiff
path: root/lib/readtokens.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-03-09 12:01:45 +0100
committerJim Meyering <meyering@redhat.com>2012-03-09 12:01:45 +0100
commit97a6d2487ec73f5093e8ebd59b8b843d37ed64e4 (patch)
tree49c36c926d93c49fc03e2654dc025fb8bba9888d /lib/readtokens.c
parent4730c3e3692b344effb72d46b3ff92db0bdb797a (diff)
downloadgnulib-97a6d2487ec73f5093e8ebd59b8b843d37ed64e4.tar.gz
readtokens.c: adjust wording in a comment
* lib/readtokens.c: Insert omitted "that" in a comment.
Diffstat (limited to 'lib/readtokens.c')
-rw-r--r--lib/readtokens.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/readtokens.c b/lib/readtokens.c
index f11d3f6c7b..2846a949b3 100644
--- a/lib/readtokens.c
+++ b/lib/readtokens.c
@@ -74,7 +74,7 @@ set_nth_bit (size_t n, word *bitset)
by testing ferror (STREAM).
This function works properly on lines containing NUL bytes
- and on files do not end with a delimiter. */
+ and on files that do not end with a delimiter. */
size_t
readtoken (FILE *stream,