From: Marc Poulhiès Date: Tue, 29 Oct 2024 10:33:43 +0000 (+0100) Subject: ada: Typo fix in comment X-Git-Tag: basepoints/gcc-16~4391 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de6fe61839ff78f05580c553e4f87507166ef160;p=thirdparty%2Fgcc.git ada: Typo fix in comment gcc/ada/ChangeLog: * gcc-interface/Makefile.in: Remove extra 'with'. --- 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