aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/lib-xref.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2008-08-22 17:45:45 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-08-22 17:45:45 +0200
commitaec35074d7b80dfef240992ebba2dedd0a782685 (patch)
tree63f542ccfda64dfae1783d42a26f1441251a9d85 /gcc/ada/lib-xref.ads
parent6b5352bf1598dd9d7aec850dba8b5c3415dc4378 (diff)
downloadgcc-aec35074d7b80dfef240992ebba2dedd0a782685.zip
gcc-aec35074d7b80dfef240992ebba2dedd0a782685.tar.gz
gcc-aec35074d7b80dfef240992ebba2dedd0a782685.tar.bz2
lib-xref.ads: Fix typo in subprogram reference definition.
2008-08-22 Arnaud Charlet <charlet@adacore.com> * lib-xref.ads: Fix typo in subprogram reference definition. From-SVN: r139487
Diffstat (limited to 'gcc/ada/lib-xref.ads')
-rw-r--r--gcc/ada/lib-xref.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/lib-xref.ads b/gcc/ada/lib-xref.ads
index 455c9a0..9233448 100644
--- a/gcc/ada/lib-xref.ads
+++ b/gcc/ada/lib-xref.ads
@@ -188,7 +188,7 @@ package Lib.Xref is
-- > = subprogram IN parameter
-- = = subprogram IN OUT parameter
-- < = subprogram OUT parameter
- -- > = subprogram ACCESS parameter
+ -- ^ = subprogram ACCESS parameter
-- b is used for spec entities that are repeated in a body,
-- including the unit (subprogram, package, task, protected