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
This commit is contained in:
parent
6b5352bf15
commit
aec35074d7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue