public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Marc Poulhi?s <dkm@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-3681] ada: Fix typo in comment referring to pragma Restrictions
Date: Fri,  4 Nov 2022 13:55:34 +0000 (GMT)	[thread overview]
Message-ID: <20221104135534.6E1E63857B94@sourceware.org> (raw)

https://gcc.gnu.org/g:9a27e6a9f9e29adb968e4dfcd1328347b4da1df9

commit r13-3681-g9a27e6a9f9e29adb968e4dfcd1328347b4da1df9
Author: Piotr Trojanek <trojanek@adacore.com>
Date:   Thu Sep 1 10:16:23 2022 +0200

    ada: Fix typo in comment referring to pragma Restrictions
    
    Comment cleanup only.
    
    gcc/ada/
    
            * libgnat/g-excact.ads
            (Register_Global_Action): Refill comment.
            (Name_To_Id): Change pragma Restriction from singular to plural.

Diff:
---
 gcc/ada/libgnat/g-excact.ads | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gcc/ada/libgnat/g-excact.ads b/gcc/ada/libgnat/g-excact.ads
index 110154651e0..c2e0b30b1da 100644
--- a/gcc/ada/libgnat/g-excact.ads
+++ b/gcc/ada/libgnat/g-excact.ads
@@ -71,8 +71,7 @@ package GNAT.Exception_Actions is
    --  If Action is null, this will in effect cancel all exception actions.
 
    procedure Register_Global_Unhandled_Action (Action : Exception_Action);
-   --  Similar to Register_Global_Action, called on unhandled exceptions
-   --  only.
+   --  Similar to Register_Global_Action, called on unhandled exceptions only
 
    procedure Register_Id_Action
      (Id     : Exception_Id;
@@ -90,7 +89,7 @@ package GNAT.Exception_Actions is
    --  an exception that is declared within an unlabeled block.
    --
    --  Note: All non-predefined exceptions will return Null_Id for programs
-   --  compiled with pragma Restriction (No_Exception_Registration)
+   --  compiled with pragma Restrictions (No_Exception_Registration).
 
    function Is_Foreign_Exception (E : Exception_Occurrence) return Boolean;
    --  Tell whether the exception occurrence E represents a foreign exception,

                 reply	other threads:[~2022-11-04 13:55 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=20221104135534.6E1E63857B94@sourceware.org \
    --to=dkm@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).