summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/lib/eofeoln.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/lib/eofeoln.c')
-rw-r--r--Build/source/texk/web2c/lib/eofeoln.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/lib/eofeoln.c b/Build/source/texk/web2c/lib/eofeoln.c
index 457bbfca41c..1930df9051a 100644
--- a/Build/source/texk/web2c/lib/eofeoln.c
+++ b/Build/source/texk/web2c/lib/eofeoln.c
@@ -12,8 +12,8 @@ eof (FILE *file)
{
register int c;
- /* If FILE doesn't exist, return false. This happens when, for
- example, when a user does `mft foo.mf' -- there's no change file,
+ /* If FILE doesn't exist, return true. This happens, for example,
+ when a user does `mft foo.mf' -- there's no change file,
so we never open it, so we end up calling this with a null pointer. */
if (!file)
return true;