]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Fix reference to RM clause in comment
authorRonan Desplanques <desplanques@adacore.com>
Tue, 27 Feb 2024 15:00:10 +0000 (16:00 +0100)
committerMarc Poulhiès <poulhies@adacore.com>
Thu, 16 May 2024 08:49:33 +0000 (10:49 +0200)
gcc/ada/

* sem_util.ads (Check_Function_Writable_Actuals): Fix comment.

gcc/ada/sem_util.ads

index 527b1075c3fdbb0012c49db6a6a41d4a09b9566b..99c60ddf708c0686a090d0fde4bb97c571d19635 100644 (file)
@@ -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