doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / lib / readtokens.c
index f11d3f6..fbed2ca 100644 (file)
@@ -1,6 +1,6 @@
 /* readtokens.c  -- Functions for reading tokens from an input stream.
 
-   Copyright (C) 1990-1991, 1999-2004, 2006, 2009-2012 Free Software
+   Copyright (C) 1990-1991, 1999-2004, 2006, 2009-2014 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
@@ -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,