aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEtienne Servais <servais@adacore.com>2022-01-19 15:19:18 +0100
committerPierre-Marie de Rodat <derodat@adacore.com>2022-05-10 08:19:24 +0000
commit69d701fb15ec662b888c00cf057754a84c3af921 (patch)
tree9e1adf77c9b94e9f04accbefbb7fbd130226f08e
parentcfcc53801bd0f95d6f7160a06faa909a360317d6 (diff)
downloadgcc-69d701fb15ec662b888c00cf057754a84c3af921.zip
gcc-69d701fb15ec662b888c00cf057754a84c3af921.tar.gz
gcc-69d701fb15ec662b888c00cf057754a84c3af921.tar.bz2
[Ada] Fix typo in comment for Is_Predicate_Static
gcc/ada/ * sem_ch13.adb (Is_Predicate_Static): Fix typo in comment.
-rw-r--r--gcc/ada/sem_ch13.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch13.adb b/gcc/ada/sem_ch13.adb
index cfbb066..cf19438 100644
--- a/gcc/ada/sem_ch13.adb
+++ b/gcc/ada/sem_ch13.adb
@@ -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"