readtokens.c: adjust wording in a comment
authorJim Meyering <meyering@redhat.com>
Fri, 9 Mar 2012 11:01:45 +0000 (12:01 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 9 Mar 2012 11:01:45 +0000 (12:01 +0100)
* lib/readtokens.c: Insert omitted "that" in a comment.

ChangeLog
lib/readtokens.c

index 63b35f3..1829df0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-09  Jim Meyering  <meyering@redhat.com>
+
+       readtokens.c: adjust wording in a comment
+       * lib/readtokens.c: Insert omitted "that" in a comment.
+
 2012-03-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        modechange: add notations +40, 00440, etc.
index f11d3f6..2846a94 100644 (file)
@@ -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,