]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Ada] Fix typo in error message
authorTom Tromey <tromey@adacore.com>
Wed, 18 Sep 2019 08:32:00 +0000 (08:32 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Wed, 18 Sep 2019 08:32:00 +0000 (08:32 +0000)
An error message mentions "gnamake", where it meant to mention
"gnatmake".

2019-09-18  Tom Tromey  <tromey@adacore.com>

gcc/ada/

* make.adb (Initialize): Fix typo.

From-SVN: r275844

gcc/ada/ChangeLog
gcc/ada/make.adb

index 02628c9a154fde0d2b10ef0cb889278d97df3d7d..c13fa24ae9a59e1fdee5dfb53a3375cf85c78940 100644 (file)
@@ -1,3 +1,7 @@
+2019-09-18  Tom Tromey  <tromey@adacore.com>
+
+       * make.adb (Initialize): Fix typo.
+
 2019-09-18  Olivier Hainque  <hainque@adacore.com>
 
        * libgnat/s-win32.ads (DWORD_PTR): New type, pointer size
index 3c9df7e50a14dcae820372cf2645e24d2afe2a20..377072c8b2dfe4c41ad501e3a0ca2e48d65e5117 100644 (file)
@@ -3789,7 +3789,7 @@ package body Make is
 
                if Gprbuild = null then
                   Fail_Program
-                    ("project files are no longer supported by gnamake;" &
+                    ("project files are no longer supported by gnatmake;" &
                      " use gprbuild instead");
                end if;