summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-05-19 21:15:51 +0000
committerRoland McGrath <roland@redhat.com>1993-05-19 21:15:51 +0000
commit0bcabeb1343cb48bba6fc8cd70454fec91549add (patch)
treefdf59f29e425ea8b21604fdbd334fbb7c1654960
parente90a315ebea7a786a8276845b4ce558d2b716663 (diff)
downloadgunmake-0bcabeb1343cb48bba6fc8cd70454fec91549add.tar.gz
Formerly read.c.~59~
-rw-r--r--read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.c b/read.c
index 2eb3d91..6f0c2d4 100644
--- 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;