From: Piotr Trojanek Date: Tue, 8 Sep 2020 21:19:36 +0000 (+0200) Subject: [Ada] Fix typos in error message for array delta aggregates X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f69ecf3bbad025688ec79e0090665774f254b761;p=gcc.git [Ada] Fix typos in error message for array delta aggregates gcc/ada/ * sem_aggr.adb (Resolve_Delta_Array_Aggregate): Fix typos in error message. --- diff --git a/gcc/ada/sem_aggr.adb b/gcc/ada/sem_aggr.adb index 35c53bdfbe2..71b9bccc3c1 100644 --- a/gcc/ada/sem_aggr.adb +++ b/gcc/ada/sem_aggr.adb @@ -3091,7 +3091,7 @@ package body Sem_Aggr is Base_Type (Index_Type) then Error_Msg_NE - ("choice does mat match index type of", + ("choice does not match index type of &", Choice, Typ); end if; else