[Ada] Fix typos in Makefile.in
authorArnaud Charlet <charlet@adacore.com>
Tue, 29 May 2018 09:42:45 +0000 (09:42 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Tue, 29 May 2018 09:42:45 +0000 (09:42 +0000)
2018-05-29  Arnaud Charlet  <charlet@adacore.com>

gcc/ada/

* gcc-interface/Makefile.in: Fix typos.

From-SVN: r260888

gcc/ada/ChangeLog
gcc/ada/gcc-interface/Makefile.in

index 69c822d4872d01c8270f537cde2e575e7996bee7..42cc2eb29cae777ec7f2eb8f64aa9bab926c26a4 100644 (file)
@@ -1,3 +1,7 @@
+2018-05-29  Arnaud Charlet  <charlet@adacore.com>
+
+       * gcc-interface/Makefile.in: Fix typos.
+
 2018-05-29  Ed Schonberg  <schonberg@adacore.com>
 
        * exp_ch7.adb (Build_Finalizer_Call): Attach to tree the reference to
index 175640a606185a91e0b31d781868bb7aadbbf2a6..c045e8c5309b3b7e25273ef2474cd06ea640d523 100644 (file)
@@ -451,18 +451,18 @@ TRASYM_DWARF_MINGW_OBJS = $(TRASYM_DWARF_COMMON_OBJS)
 # Shared library version
 LIB_VERSION = $(strip $(shell grep ' Library_Version :' $(fsrcpfx)ada/gnatvsn.ads | sed -e 's/.*"\(.*\)".*/\1/'))
 
-# Additionnal object files from C source to be added to libgnat.
+# Additional object files from C source to be added to libgnat.
 EXTRA_LIBGNAT_OBJS=
 
-# Additionnal C source files to be added to libgnat without corresponding
+# Additional C source files to be added to libgnat without corresponding
 # object file (#included files). This should include at least the GNAT
 # specific header files required to rebuild the runtime library from sources.
 EXTRA_LIBGNAT_SRCS=
 
-# Additionnal object files from Ada sources to be added in libgnat
+# Additional object files from Ada sources to be added in libgnat
 EXTRA_GNATRTL_NONTASKING_OBJS=
 
-# Additionnal object files from Ada sources to be added in libgnarl
+# Additional object files from Ada sources to be added in libgnarl
 EXTRA_GNATRTL_TASKING_OBJS=
 
 # Subsets of extra libgnat sources that always go together