summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-12-01 09:34:39 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2023-12-01 15:31:01 -0800
commita10e3fe15450665c59a8d22a4aca67bd6267f446 (patch)
tree87f8c3f5e927a3b1451b67024de30d6f90b46b63
parent481dad1d7437e17a153fd0176176980481609e61 (diff)
downloadautoconf-a10e3fe15450665c59a8d22a4aca67bd6267f446.tar.gz
* bin/autom4te.in: Fix comments.
-rw-r--r--bin/autom4te.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/autom4te.in b/bin/autom4te.in
index 41da77b0..edc51fcf 100644
--- a/bin/autom4te.in
+++ b/bin/autom4te.in
@@ -944,7 +944,7 @@ sub up_to_date ($)
# We can't answer properly if the traces are not computed since we
# need to know what other files were included. Actually, if any of
- # the cache files is missing, we are not up to date.
+ # the cache files are missing, we are not up to date.
return 0
if ! -f $tfile || ! -f $ofile;
@@ -1075,7 +1075,7 @@ $icache_file->lock (LOCK_EX)
if ($flock_implemented eq "yes");
# Read the cache index if available and younger than autom4te itself.
-# If autom4te is younger, then some structures such as C4che might
+# If the cache index is not younger, some structures such as C4che might
# have changed, which would corrupt its processing.
Autom4te::C4che->load ($icache_file)
if (-f $icache && mtime ($icache) > mtime ($0)