From aec35074d7b80dfef240992ebba2dedd0a782685 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Fri, 22 Aug 2008 17:45:45 +0200 Subject: [PATCH] lib-xref.ads: Fix typo in subprogram reference definition. 2008-08-22 Arnaud Charlet * lib-xref.ads: Fix typo in subprogram reference definition. From-SVN: r139487 --- gcc/ada/lib-xref.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/lib-xref.ads b/gcc/ada/lib-xref.ads index 455c9a0d96a..92334484d9b 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 -- 2.30.2