aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sinfo.ads
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2009-04-22 09:50:01 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-22 11:50:01 +0200
commit1cb46af046435fde79f3b2cf351e2bfc654d8422 (patch)
tree4c95d8beae320730cc4760df0fe6d476932b67c3 /gcc/ada/sinfo.ads
parent218e53ff255953c209d36c431f3eda3fcd7d296a (diff)
downloadgcc-1cb46af046435fde79f3b2cf351e2bfc654d8422.zip
gcc-1cb46af046435fde79f3b2cf351e2bfc654d8422.tar.gz
gcc-1cb46af046435fde79f3b2cf351e2bfc654d8422.tar.bz2
lib-load.adb: MInor reformatting
2009-04-22 Robert Dewar <dewar@adacore.com> * lib-load.adb: MInor reformatting * lib-load.ads: Minor reformatting * sinfo.ads: Minor reformatting From-SVN: r146557
Diffstat (limited to 'gcc/ada/sinfo.ads')
-rw-r--r--gcc/ada/sinfo.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads
index df677a4..d45b4b0 100644
--- a/gcc/ada/sinfo.ads
+++ b/gcc/ada/sinfo.ads
@@ -33,8 +33,8 @@
-- package provides a basic tree structure. Sinfo describes how this structure
-- is used to represent the syntax of an Ada program.
--- The grammar in the RM is followed very closely in the tree
--- design, and is repeated as part of this source file.
+-- The grammar in the RM is followed very closely in the tree design, and is
+-- repeated as part of this source file.
-- The tree contains not only the full syntactic representation of the
-- program, but also the results of semantic analysis. In particular, the