[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: depcomp spelling fix
From: |
Paul Eggert |
Subject: |
[automake-commit] branch master updated: depcomp spelling fix |
Date: |
Thu, 08 Jun 2023 17:34:01 -0400 |
This is an automated email from the git hooks/post-receive script.
eggert pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=226b6131b3c98f01a8ac9424f8aa1d26ca0cde95
The following commit(s) were added to refs/heads/master by this push:
new 226b6131b depcomp spelling fix
226b6131b is described below
commit 226b6131b3c98f01a8ac9424f8aa1d26ca0cde95
Author: Paul Eggert <eggert@cs.ucla.edu>
AuthorDate: Thu Jun 8 14:33:14 2023 -0700
depcomp spelling fix
* lib/depcomp: Fix spelling in comment.
Originally reported by Josh Soref <jsoref@gmail.com> in:
https://lists.gnu.org/r/bug-gnulib/2023-06/msg00057.html
---
lib/depcomp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: depcomp spelling fix,
Paul Eggert <=