From 66fa923768870fbd943ad986d0f501cef21bd958 Mon Sep 17 00:00:00 2001 From: Ghjuvan Lacambre Date: Tue, 22 Jun 2021 14:35:16 +0200 Subject: [PATCH] [Ada] Capitalize comment gcc/ada/ * sem_dim.adb (Dimensions_Msg_Of): Capitalize comment. --- gcc/ada/sem_dim.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/ada/sem_dim.adb b/gcc/ada/sem_dim.adb index b303229..538da57 100644 --- a/gcc/ada/sem_dim.adb +++ b/gcc/ada/sem_dim.adb @@ -318,7 +318,7 @@ package body Sem_Dim is (N : Node_Id; Description_Needed : Boolean := False) return String; -- Given a node N, return the dimension symbols of N, preceded by "has - -- dimension" if Description_Needed. if N is dimensionless, return "'[']", + -- dimension" if Description_Needed. If N is dimensionless, return "'[']", -- or "is dimensionless" if Description_Needed. function Dimension_System_Root (T : Entity_Id) return Entity_Id; -- 2.7.4