https://gcc.gnu.org/g:de6fe61839ff78f05580c553e4f87507166ef160
commit r15-5162-gde6fe61839ff78f05580c553e4f87507166ef160 Author: Marc Poulhiès <poulh...@adacore.com> Date: Tue Oct 29 11:33:43 2024 +0100 ada: Typo fix in comment gcc/ada/ChangeLog: * gcc-interface/Makefile.in: Remove extra 'with'. Diff: --- gcc/ada/gcc-interface/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/gcc-interface/Makefile.in b/gcc/ada/gcc-interface/Makefile.in index 12f9d652a856..2381476bfe76 100644 --- a/gcc/ada/gcc-interface/Makefile.in +++ b/gcc/ada/gcc-interface/Makefile.in @@ -496,7 +496,7 @@ gnatmake-re: ../stamp-tools $(GNATLINK) -v gnatmake -o ../../gnatmake$(exeext) \ --GCC="$(CC) $(ADA_INCLUDES)" --LINK="$(GCC_LINK)" $(TOOLS_LIBS) -# Note the use of the "mv" command in order to allow gnatlink to be linked with +# Note the use of the "mv" command in order to allow gnatlink to be linked # with the former version of gnatlink itself which cannot override itself. # gnatlink-re cannot be run at the same time as gnatmake-re, hence the # dependency