[Ada] Fix typo in comment for Is_Predicate_Static
authorEtienne Servais <servais@adacore.com>
Wed, 19 Jan 2022 14:19:18 +0000 (15:19 +0100)
committerPierre-Marie de Rodat <derodat@adacore.com>
Tue, 10 May 2022 08:19:24 +0000 (08:19 +0000)
gcc/ada/

* sem_ch13.adb (Is_Predicate_Static): Fix typo in comment.

gcc/ada/sem_ch13.adb

index cfbb066..cf19438 100644 (file)
@@ -195,7 +195,7 @@ package body Sem_Ch13 is
    --  returned for non-scalar types.
    --
    --  Note: the RM seems to suggest that string types can also have static
-   --  predicates. But that really makes lttle sense as very few useful
+   --  predicates. But that really makes little sense as very few useful
    --  predicates can be constructed for strings. Remember that:
    --
    --     "ABC" < "DEF"