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 0544c68..ee84bf2 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