From: Stefano Lattarini Date: Sat, 21 Jul 2012 13:47:46 +0000 (+0200) Subject: typofix: in a comment in the automake script X-Git-Tag: v1.12.3~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dcf8c29a21ae95eeceff080c4d538229d9de1b8;p=thirdparty%2Fautomake.git typofix: in a comment in the automake script * automake.in (process_file): Here. Signed-off-by: Stefano Lattarini --- 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 ($%) {