public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Ada] Fix typo in error message
@ 2019-09-18  8:39 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2019-09-18  8:39 UTC (permalink / raw)
  To: gcc-patches; +Cc: Tom Tromey

[-- Attachment #1: Type: text/plain, Size: 218 bytes --]

An error message mentions "gnamake", where it meant to mention
"gnatmake".

Tested on x86_64-pc-linux-gnu, committed on trunk

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

gcc/ada/

	* make.adb (Initialize): Fix typo.

[-- Attachment #2: patch.diff --]
[-- Type: text/x-diff, Size: 387 bytes --]

--- gcc/ada/make.adb
+++ gcc/ada/make.adb
@@ -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;
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-18  8:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-18  8:39 [Ada] Fix typo in error message Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).