changeset 36321:818d43c8c05e

readtokens.c: adjust wording in a comment * lib/readtokens.c: Insert omitted "that" in a comment.
author Jim Meyering <meyering@redhat.com>
date Fri, 09 Mar 2012 12:01:45 +0100
parents 4120a7f10667
children 2e9c0b4e9b02
files ChangeLog lib/readtokens.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Mar 08 18:05:51 2012 -0800
+++ b/ChangeLog	Fri Mar 09 12:01:45 2012 +0100
@@ -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.
--- a/lib/readtokens.c	Thu Mar 08 18:05:51 2012 -0800
+++ b/lib/readtokens.c	Fri Mar 09 12:01:45 2012 +0100
@@ -74,7 +74,7 @@
    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,