diff options
author | Robert Dewar <dewar@adacore.com> | 2008-08-05 11:29:03 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-08-05 11:29:03 +0200 |
commit | e3cea23883525b627f3d4341373dd2cee655eb39 (patch) | |
tree | 1bb919f9f0ea037d593bd34a02e38040f0e464a7 /gcc | |
parent | 9300855f4155b2217953abe553978ed2865bccd2 (diff) | |
download | gcc-e3cea23883525b627f3d4341373dd2cee655eb39.zip gcc-e3cea23883525b627f3d4341373dd2cee655eb39.tar.gz gcc-e3cea23883525b627f3d4341373dd2cee655eb39.tar.bz2 |
prj-attr.ads: Minor reformatting
2008-08-05 Robert Dewar <dewar@adacore.com>
* prj-attr.ads: Minor reformatting
From-SVN: r138689
Diffstat (limited to 'gcc')
-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 59d00a3..d1839e5 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 -- |