diff options
author | Ronan Desplanques <desplanques@adacore.com> | 2022-10-03 10:34:57 +0200 |
---|---|---|
committer | Marc Poulhiès <poulhies@adacore.com> | 2022-11-04 14:47:25 +0100 |
commit | 41d5a493ede13740a30b4a66cc666ac4daa92fb7 (patch) | |
tree | 533e3f396dbac7fc8a0b86593a0be532c747c6b4 /gcc | |
parent | 1e78b49adb52ccf9493515ae002d87f3af1f5de9 (diff) | |
download | gcc-41d5a493ede13740a30b4a66cc666ac4daa92fb7.zip gcc-41d5a493ede13740a30b4a66cc666ac4daa92fb7.tar.gz gcc-41d5a493ede13740a30b4a66cc666ac4daa92fb7.tar.bz2 |
ada: Small editorial changes to documentation comments
gcc/ada/
* sinfo.ads: Small editorial changes.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/sinfo.ads | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads index 53880c5..abea84c 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 |