diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-01-10 23:44:33 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-01-10 23:44:33 +0100 |
commit | 23f19aede924dee8ed0150df5f9efa3faf2ad145 (patch) | |
tree | 0054ae67982e4c6b6a348d888c3d50b00c068ffe /GNUmakefile | |
parent | dbe3eea4d5b65f998c57a571c034c6044f2bd1e2 (diff) | |
download | automake-23f19aede924dee8ed0150df5f9efa3faf2ad145.tar.gz |
typofix: in comments in GNUmakefile
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index c6f460cd4..52c200295 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -50,7 +50,7 @@ export BOOTSTRAP_SHELL # kick in, because the tree might be in an inconsistent state (e.g., # we have just switched from 'maint' to 'master', and have the built # 'automake' script left from 'maint', but the files 'lib/am/*.am' -# are from 'master': if 'automake' gets run and used those files -- +# are from 'master': if 'automake' gets run and uses those files -- # boom!). ifdef config-status # Bootstrap from an already-configured tree. |