Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Fri, 6 Feb 2004 18:15:40 +0000 (18:15 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 6 Feb 2004 18:15:40 +0000 (18:15 +0000)
v7/doc/ref-manual/io.texi

index b18eef937d4a992067b40f12249d5bd3701b5930..5d14a65d96a0795d4dc5646498b0aacdb4cb2441 100644 (file)
@@ -1,5 +1,5 @@
 @c This file is part of the MIT/GNU Scheme Reference Manual.
-@c $Id: io.texi,v 1.4 2004/01/16 20:47:22 cph Exp $
+@c $Id: io.texi,v 1.5 2004/02/06 18:15:40 cph Exp $
 
 @c Copyright 1991,1992,1993,1994,1995 Massachusetts Institute of Technology
 @c Copyright 1996,1997,1999,2000,2001 Massachusetts Institute of Technology
@@ -617,7 +617,7 @@ character, or to end of file if no terminating character was found.
 terminating character, as a newly allocated string.
 
 This procedure ignores the blocking mode of the port, blocking
-unconditionally until it sees either a delimiter or eof of file.  If end
+unconditionally until it sees either a delimiter or end of file.  If end
 of file is encountered before any characters are read, an end-of-file
 object is returned.