[binutils-gdb] PR 33629 Fix comment typo in last commit

Alan Modra amodra@sourceware.org
Sat Jan 31 01:51:34 GMT 2026


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bc687c2fc79a1277617a489851015cf24da418f8

commit bc687c2fc79a1277617a489851015cf24da418f8
Author: Alan Modra <amodra@gmail.com>
Date:   Sat Jan 31 12:19:50 2026 +1030

    PR 33629 Fix comment typo in last commit

Diff:
---
 ld/Makefile.am | 2 +-
 ld/Makefile.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ld/Makefile.am b/ld/Makefile.am
index 52e03ed8ac7..a81cb4578bc 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -658,7 +658,7 @@ ld_new_LDADD = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBCTF) \
 # Dependency tracking for the generated emulation files.
 EXTRA_ld_new_SOURCES += $(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES)
 
-# The standard rule plus set up a symlink when --enable-shared for "make chcek"
+# The standard rule plus set up a symlink when --enable-shared for "make check"
 ld-new$(EXEEXT): $(ld_new_OBJECTS) $(ld_new_DEPENDENCIES) $(EXTRA_ld_new_DEPENDENCIES)
 	@rm -f ld-new$(EXEEXT)
 	$(AM_V_CCLD)$(LINK) $(ld_new_OBJECTS) $(ld_new_LDADD) $(LIBS)
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 331a56d652c..9de1ec5f676 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -2367,7 +2367,7 @@ $(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES): $(GEN_DEPENDS)
 
 @AMDEP_TRUE@-include $(patsubst %.c,./$(DEPDIR)/%.Pc,$(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES))
 
-# The standard rule plus set up a symlink when --enable-shared for "make chcek"
+# The standard rule plus set up a symlink when --enable-shared for "make check"
 ld-new$(EXEEXT): $(ld_new_OBJECTS) $(ld_new_DEPENDENCIES) $(EXTRA_ld_new_DEPENDENCIES)
 	@rm -f ld-new$(EXEEXT)
 	$(AM_V_CCLD)$(LINK) $(ld_new_OBJECTS) $(ld_new_LDADD) $(LIBS)


More information about the Binutils-cvs mailing list