From f69ecf3bbad025688ec79e0090665774f254b761 Mon Sep 17 00:00:00 2001 From: Piotr Trojanek Date: Tue, 8 Sep 2020 23:19:36 +0200 Subject: [PATCH] [Ada] Fix typos in error message for array delta aggregates gcc/ada/ * sem_aggr.adb (Resolve_Delta_Array_Aggregate): Fix typos in error message. --- gcc/ada/sem_aggr.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/sem_aggr.adb b/gcc/ada/sem_aggr.adb index 35c53bd..71b9bcc 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 -- 2.7.4