public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Giuliano Belinassi <giulianob@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/devel/autopar_devel] [Ada] Improve bug box customer language
Date: Sat, 22 Aug 2020 22:39:02 +0000 (GMT)	[thread overview]
Message-ID: <20200822223902.EFC1E393C834@sourceware.org> (raw)

https://gcc.gnu.org/g:27a8acc431bc9cece557c7227be9f7786c942078

commit 27a8acc431bc9cece557c7227be9f7786c942078
Author: Richard Kenner <kenner@adacore.com>
Date:   Tue Apr 7 16:12:29 2020 -0400

    [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.

Diff:
---
 gcc/ada/comperr.adb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/ada/comperr.adb b/gcc/ada/comperr.adb
index 21962ce0dbf..06fb0a478cc 100644
--- a/gcc/ada/comperr.adb
+++ b/gcc/ada/comperr.adb
@@ -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;


                 reply	other threads:[~2020-08-22 22:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200822223902.EFC1E393C834@sourceware.org \
    --to=giulianob@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).