From: Paul Eggert Date: Thu, 8 Jun 2023 21:33:14 +0000 (-0700) Subject: depcomp spelling fix X-Git-Tag: v1.16i~50 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=226b6131b3c98f01a8ac9424f8aa1d26ca0cde95;p=thirdparty%2Fautomake.git depcomp spelling fix * lib/depcomp: Fix spelling in comment. Originally reported by Josh Soref in: https://lists.gnu.org/r/bug-gnulib/2023-06/msg00057.html --- diff --git a/lib/depcomp b/lib/depcomp index ce5c2f7bc..ecee3e788 100755 --- a/lib/depcomp +++ b/lib/depcomp @@ -198,7 +198,7 @@ gcc3) gcc) ## Note that this doesn't just cater to obsolete pre-3.x GCC compilers. -## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. +## but also to in-use compilers like IBM xlc/xlC and the HP C compiler. ## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: