From 6a0460c49f401a58a9ffff1e65690da90690c002 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 14 Oct 2012 11:43:26 +0200 Subject: [PATCH] cosmetics: fix typo in 'lib/depcomp' comments Fixes automake bug#12578. Signed-off-by: Stefano Lattarini --- lib/depcomp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/depcomp b/lib/depcomp index 0544c68..ee84bf2 100755 --- a/lib/depcomp +++ b/lib/depcomp @@ -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 -- 2.7.4