From: Eric Botcazou Date: Thu, 15 Apr 2021 15:22:46 +0000 (+0200) Subject: [Ada] Small tweak in a couple of comments X-Git-Tag: upstream/12.2.0~6802 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=339bf0a2a972fe0655dfa3b6508312e748d4fbcc;p=platform%2Fupstream%2Fgcc.git [Ada] Small tweak in a couple of comments gcc/ada/ * sem_ch12.adb (Freeze_Subprogram_Body): Add missing "freeze". (Install_Body): Likewise. --- diff --git a/gcc/ada/sem_ch12.adb b/gcc/ada/sem_ch12.adb index 893854d..339bb42 100644 --- a/gcc/ada/sem_ch12.adb +++ b/gcc/ada/sem_ch12.adb @@ -9106,7 +9106,7 @@ package body Sem_Ch12 is -- Handle the following case: -- -- package Parent_Inst is new ... - -- Parent_Inst [] + -- freeze Parent_Inst [] -- -- procedure P ... -- this body freezes Parent_Inst -- @@ -9942,7 +9942,7 @@ package body Sem_Ch12 is -- Handle the following case: -- package Parent_Inst is new ... - -- Parent_Inst [] + -- freeze Parent_Inst [] -- procedure P ... -- this body freezes Parent_Inst