From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7871) id 0A662385828C; Fri, 4 Nov 2022 13:53:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0A662385828C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667570027; bh=bCs18IHKtbNjPsBjZYZWUm2fnQfSsnam/EToFLPG8ZY=; h=From:To:Subject:Date:From; b=TeyL3UxY+HkndM9J3pxVfob0RAYYe77kCWYYKjWDI4kRifBnGy2fkPWAmIDOWNOcy 10ZcYpJhhTlQuletX/C9EOC0yVq9sE3juZfiQWoYVKjpltZ106xcp16A2ZII1W50Dc 6yi+/KoHJBexbRmDH8fpeKVWSfMx4Lnua4VG9rbc= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Marc Poulhi?s To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-3660] ada: Small editorial changes to documentation comments X-Act-Checkin: gcc X-Git-Author: Ronan Desplanques X-Git-Refname: refs/heads/master X-Git-Oldrev: 1e78b49adb52ccf9493515ae002d87f3af1f5de9 X-Git-Newrev: 41d5a493ede13740a30b4a66cc666ac4daa92fb7 Message-Id: <20221104135347.0A662385828C@sourceware.org> Date: Fri, 4 Nov 2022 13:53:47 +0000 (GMT) List-Id: https://gcc.gnu.org/g:41d5a493ede13740a30b4a66cc666ac4daa92fb7 commit r13-3660-g41d5a493ede13740a30b4a66cc666ac4daa92fb7 Author: Ronan Desplanques Date: Mon Oct 3 10:34:57 2022 +0200 ada: Small editorial changes to documentation comments gcc/ada/ * sinfo.ads: Small editorial changes. Diff: --- gcc/ada/sinfo.ads | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads index 53880c5dfce..abea84c2533 100644 --- a/gcc/ada/sinfo.ads +++ b/gcc/ada/sinfo.ads @@ -440,7 +440,7 @@ package Sinfo is -- documents the restriction. -- Note that most of these restrictions apply only to trees generated when - -- code is being generated, since they involved expander actions that + -- code is being generated, since they involve expander actions that -- destroy the tree. ---------------- @@ -528,7 +528,7 @@ package Sinfo is -- function. -- -- If the mode of a Ghost region is Ignore, any newly created nodes as well - -- as source entities are marked as ignored Ghost. In additon, the marking + -- as source entities are marked as ignored Ghost. In addition, the marking -- process signals all enclosing scopes that an ignored Ghost node resides -- within. The compilation unit where the node resides is also added to an -- auxiliary table for post processing. @@ -715,9 +715,9 @@ package Sinfo is -- This flag is set if the node comes directly from an explicit construct -- in the source. It is normally on for any nodes built by the scanner or -- parser from the source program, with the exception that in a few cases - -- the parser adds nodes to normalize the representation (in particular + -- the parser adds nodes to normalize the representation (in particular, -- a null statement is added to a package body if there is no begin/end - -- initialization section. + -- initialization section). -- -- Most nodes inserted by the analyzer or expander are not considered -- as coming from source, so the flag is off for such nodes. In a few