From 9bea1bd335b54c2ffd77d56d29cfeddf84eec613 Mon Sep 17 00:00:00 2001 From: Etienne Servais Date: Wed, 16 Feb 2022 18:49:01 +0100 Subject: [Ada] Fix typo on "that" gcc/ada/ * sem_ch3.adb (Analyze_Subtype_Declaration): Fix typo in comment. --- gcc/ada/sem_ch3.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ada/sem_ch3.adb b/gcc/ada/sem_ch3.adb index 29aa3be..b81216c 100644 --- a/gcc/ada/sem_ch3.adb +++ b/gcc/ada/sem_ch3.adb @@ -5435,7 +5435,7 @@ package body Sem_Ch3 is -- Finally this happens in some complex cases when validity checks are -- enabled, where the same subtype declaration may be analyzed twice. -- This can happen if the subtype is created by the preanalysis of - -- an attribute tht gives the range of a loop statement, and the loop + -- an attribute that gives the range of a loop statement, and the loop -- itself appears within an if_statement that will be rewritten during -- expansion. -- cgit v1.1