]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
cosmetics: fix typo in 'lib/depcomp' comments
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 14 Oct 2012 09:43:26 +0000 (11:43 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 14 Oct 2012 09:49:02 +0000 (11:49 +0200)
Fixes automake bug#12578.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/depcomp

index 0544c6835139b29baeedf1692eff58602bd14635..ee84bf2865fdbd7f244d39753ba3358389e145c8 100755 (executable)
@@ -108,7 +108,7 @@ if test "$depmode" = msvc7msys; then
 fi
 
 if test "$depmode" = xlc; then
-   # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations.
+   # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information.
    gccflag=-qmakedep=gcc,-MF
    depmode=gcc
 fi