diff options
Diffstat (limited to 'gcc/ada/sem_ch13.adb')
-rw-r--r-- | gcc/ada/sem_ch13.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch13.adb b/gcc/ada/sem_ch13.adb index 79ca903..4c85bfa 100644 --- a/gcc/ada/sem_ch13.adb +++ b/gcc/ada/sem_ch13.adb @@ -86,7 +86,7 @@ package body Sem_Ch13 is -- size value. In this case, we reset the Alignment to unknown. procedure Build_Predicate_Functions (Typ : Entity_Id; N : Node_Id); - -- If Typ has predicates (indicated by Has_Predicates being set for Typ, + -- If Typ has predicates (indicated by Has_Predicates being set for Typ), -- then either there are pragma Predicate entries on the rep chain for the -- type (note that Predicate aspects are converted to pragma Predicate), or -- there are inherited aspects from a parent type, or ancestor subtypes. |