From: Ghjuvan Lacambre Date: Tue, 22 Jun 2021 12:35:16 +0000 (+0200) Subject: [Ada] Capitalize comment X-Git-Tag: basepoints/gcc-13~4623 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66fa923768870fbd943ad986d0f501cef21bd958;p=thirdparty%2Fgcc.git [Ada] Capitalize comment gcc/ada/ * sem_dim.adb (Dimensions_Msg_Of): Capitalize comment. --- diff --git a/gcc/ada/sem_dim.adb b/gcc/ada/sem_dim.adb index b303229decf8..538da57b5709 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;