summaryrefslogtreecommitdiff
path: root/Build/source/build-aux/depcomp
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/build-aux/depcomp')
-rwxr-xr-xBuild/source/build-aux/depcomp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/build-aux/depcomp b/Build/source/build-aux/depcomp
index ce5c2f7bcb3..ecee3e78838 100755
--- a/Build/source/build-aux/depcomp
+++ b/Build/source/build-aux/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: