diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-05 09:29:03 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-05 09:29:03 +0000 |
commit | 7a2784e0524f47c8d3c6ebee31dff2b73e9ea26e (patch) | |
tree | 1bb919f9f0ea037d593bd34a02e38040f0e464a7 /gcc/ada/prj-attr.ads | |
parent | 9a9c110fd5afd8f4e5c4aedd4feddaf4ab0acd1c (diff) | |
download | gcc-7a2784e0524f47c8d3c6ebee31dff2b73e9ea26e.tar.gz |
2008-08-05 Robert Dewar <dewar@adacore.com>
* prj-attr.ads: Minor reformatting
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138689 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/prj-attr.ads')
-rw-r--r-- | gcc/ada/prj-attr.ads | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/prj-attr.ads b/gcc/ada/prj-attr.ads index 59d00a30dbf..d1839e527d1 100644 --- a/gcc/ada/prj-attr.ads +++ b/gcc/ada/prj-attr.ads @@ -170,8 +170,7 @@ package Prj.Attr is -- last of the list. function Others_Allowed_For (Attribute : Attribute_Node_Id) return Boolean; - -- Returns True if the index for an associative array attributes may be - -- others. + -- True iff the index for an associative array attributes may be others -------------- -- Packages -- |