From: Piotr Trojanek Date: Wed, 8 Apr 2020 08:56:44 +0000 (+0200) Subject: [Ada] Fix typo in comment about overlapping actuals X-Git-Tag: basepoints/gcc-12~6881 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96bd3460c906cffa40a4f0ca92adea6ad79d7059;p=thirdparty%2Fgcc.git [Ada] Fix typo in comment about overlapping actuals 2020-06-16 Piotr Trojanek gcc/ada/ * sem_warn.adb (Warn_On_Overlapping_Actuals): Fix typo in comment. --- diff --git a/gcc/ada/sem_warn.adb b/gcc/ada/sem_warn.adb index 4f4728c02245..1ca5d5aa841e 100644 --- a/gcc/ada/sem_warn.adb +++ b/gcc/ada/sem_warn.adb @@ -3697,7 +3697,7 @@ package body Sem_Warn is -- there is no other name among the other parameters of mode in out or -- out to C that is known to denote the same object (RM 6.4.1(6.15/3)) -- This has been clarified in AI12-0216 to indicate that the illegality - -- only occurs if both formals are of an elementary type, bevause of the + -- only occurs if both formals are of an elementary type, because of the -- non-determinism on the write-back of the corresponding actuals. -- Earlier versions of the language made it illegal if only one of the -- actuals was an elementary parameter that overlapped a composite