diff options
author | Stefan Weil <sw@weilnetz.de> | 2015-01-02 16:02:46 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-01-02 20:08:26 +0100 |
commit | 0e2ab14cc24de704b00f63d1f47cf93245aa5d32 (patch) | |
tree | 17109b78271f69729cb09b93648b9e4363d9c912 /Makefile.am | |
parent | 24a89f673857e8f49c3890f5a527f34d1b16806d (diff) | |
download | gnumach-0e2ab14cc24de704b00f63d1f47cf93245aa5d32.tar.gz gnumach-0e2ab14cc24de704b00f63d1f47cf93245aa5d32.tar.bz2 gnumach-0e2ab14cc24de704b00f63d1f47cf93245aa5d32.zip |
Makefile.am: Fix typos and grammar in comment
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index cb8c096a..1afddab2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -104,8 +104,8 @@ CPP = @CPP@ -x c # Other Tools' Configuration. # -# Don't needlessly overwrite files that whose contents haven't changed. This -# helps for avoinding unneccessary recompilation cycles when keeping +# Don't needlessly overwrite files whose contents haven't changed. +# This helps avoiding unnecessary recompilation cycles when keeping # cross-compilation toolchains up-to-date. Thus, unconditionally use the # `install-sh' that is supplied by GNU Automake 1.10.1, as the GNU Coreutils # one doesn't provide this functionality yet (TODO: change that). TODO: |