aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_util.ads
diff options
context:
space:
mode:
authorRonan Desplanques <desplanques@adacore.com>2024-02-27 16:00:10 +0100
committerMarc Poulhiès <poulhies@adacore.com>2024-05-16 10:49:33 +0200
commit33ae453d6836d94f8bcf28f414ce1b4e2e8b9111 (patch)
treec48c3755e37576256ec4d5ddcd2bbc76b68cf553 /gcc/ada/sem_util.ads
parent5c9205a4d729e6fe9b8c897f4eb3ccd86dcf1835 (diff)
ada: Fix reference to RM clause in comment
gcc/ada/ * sem_util.ads (Check_Function_Writable_Actuals): Fix comment.
Diffstat (limited to 'gcc/ada/sem_util.ads')
-rw-r--r--gcc/ada/sem_util.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_util.ads b/gcc/ada/sem_util.ads
index 527b1075c3f..99c60ddf708 100644
--- a/gcc/ada/sem_util.ads
+++ b/gcc/ada/sem_util.ads
@@ -373,7 +373,7 @@ package Sem_Util is
-- call C2 (not including the construct N itself), there is no other name
-- anywhere within a direct constituent of the construct C other than
-- the one containing C2, that is known to refer to the same object (RM
- -- 6.4.1(6.17/3)).
+ -- 6.4.1(6.18-6.19)).
procedure Check_Implicit_Dereference (N : Node_Id; Typ : Entity_Id);
-- AI05-139-2: Accessors and iterators for containers. This procedure