[Ada] Improve bug box customer language

2020-06-16  Richard Kenner  <kenner@adacore.com>

gcc/ada/

	* comperr.adb (Compiler_Abort): Clarify message displayed to
	customers.
This commit is contained in:
Richard Kenner 2020-04-07 16:12:29 -04:00 committed by Pierre-Marie de Rodat
parent e8bb6ff959
commit 27e64b8451
1 changed files with 3 additions and 3 deletions

View File

@ -330,12 +330,12 @@ package body Comperr is
End_Line;
Write_Str
("| alternatively submit a bug report by email " &
"to report@adacore.com,");
("| Or submit a bug report by email " &
"to report@adacore.com");
End_Line;
Write_Str
("| including your customer number #nnn " &
("| and include your customer number #nnn " &
"in the subject line.");
End_Line;
end if;