summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-07-21 15:47:46 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-07-21 15:47:46 +0200
commit2dcf8c29a21ae95eeceff080c4d538229d9de1b8 (patch)
tree317424cf11eb8aad861f258c356a05102eeeacf5
parente3f7885c0c9e686762d5dd0470dc93eb0f7aca06 (diff)
downloadautomake-2dcf8c29a21ae95eeceff080c4d538229d9de1b8.tar.gz
typofix: in a comment in the automake script
* automake.in (process_file): Here. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
-rw-r--r--automake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/automake.in b/automake.in
index cfc48bf73..e32b76158 100644
--- a/automake.in
+++ b/automake.in
@@ -7006,7 +7006,7 @@ sub transform ($$)
# preprocess_file ($MAKEFILE, [%TRANSFORM])
# -----------------------------------------
# Load a $MAKEFILE, apply the %TRANSFORM, and return the result.
-# No extra parsing of post-processing is done (i.e., recognition of
+# No extra parsing or post-processing is done (i.e., recognition of
# rules declaration or of make variables definitions).
sub preprocess_file ($%)
{