Formerly read.c.~59~
authorRoland McGrath <roland@redhat.com>
Wed, 19 May 1993 21:15:51 +0000 (21:15 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 19 May 1993 21:15:51 +0000 (21:15 +0000)
read.c

diff --git a/read.c b/read.c
index 2eb3d914d72de44c4f5fe30a0476ae180ab0a815..6f0c2d4521667c8877d520d4bcf476509a355bbf 100644 (file)
--- a/read.c
+++ b/read.c
@@ -154,7 +154,7 @@ read_all_makefiles (makefiles)
        while (d->next != tail)
          d = d->next;
 
-       /* Use the storage read_filename allocates.  */
+       /* Use the storage read_makefile allocates.  */
        free (*makefiles);
        *makefiles = dep_name (d);
        ++num_makefiles;