From dab8e60838bf68a159046082607fc7a1a04329f6 Mon Sep 17 00:00:00 2001 From: Gary Dismukes Date: Thu, 12 Dec 2019 13:40:50 -0500 Subject: [Ada] Typo corrections and minor reformatting 2020-06-02 Gary Dismukes gcc/ada/ * exp_attr.adb, par-ch4.adb, par-util.adb, scans.ads, scng.adb, sem_attr.adb, sem_ch4.adb, sinfo.ads: Typo corrections and minor reformatting. --- gcc/ada/sem_ch4.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/ada/sem_ch4.adb') diff --git a/gcc/ada/sem_ch4.adb b/gcc/ada/sem_ch4.adb index 702f265..6391d83 100644 --- a/gcc/ada/sem_ch4.adb +++ b/gcc/ada/sem_ch4.adb @@ -8290,8 +8290,8 @@ package body Sem_Ch4 is -- the Controlled types. The code below is motivated by containers that -- are derived from other types with a Reference aspect. -- Note as well that we need to examine the base type, given that - -- the container object may be a constrained subtype or itype which - -- does not have an explicit declaration, + -- the container object may be a constrained subtype or itype that + -- does not have an explicit declaration. elsif Is_Derived_Type (C_Type) and then Etype (First_Formal (Entity (Func_Name))) /= Pref_Typ -- cgit v1.1