From ae8f82fd03400fd7460745c13f81a7e740a8cdb7 Mon Sep 17 00:00:00 2001 From: Ronan Desplanques Date: Wed, 22 Feb 2023 18:40:16 +0100 Subject: [PATCH] ada: Fix reference to Ada issue in comment gcc/ada/ * sem_disp.adb: Fix reference to Ada issue in comment. --- gcc/ada/sem_disp.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/sem_disp.adb b/gcc/ada/sem_disp.adb index b01e3d4186ee..ab409d3a4e4b 100644 --- a/gcc/ada/sem_disp.adb +++ b/gcc/ada/sem_disp.adb @@ -1392,7 +1392,7 @@ package body Sem_Disp is -- 4. Wrappers built for inherited operations with inherited class- -- wide conditions, where the conditions include calls to other -- overridden primitives. The wrappers include checks on these - -- modified conditions. (AI12-113). + -- modified conditions. (AI12-195). -- 5. Declarations built for subprograms without separate specs that -- are eligible for inlining in GNATprove (inside -- 2.47.2