[Ada] Capitalize comment
authorGhjuvan Lacambre <lacambre@adacore.com>
Tue, 22 Jun 2021 12:35:16 +0000 (14:35 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Mon, 20 Sep 2021 12:31:29 +0000 (12:31 +0000)
gcc/ada/

* sem_dim.adb (Dimensions_Msg_Of): Capitalize comment.

gcc/ada/sem_dim.adb

index b303229..538da57 100644 (file)
@@ -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;