From: Etienne Servais Date: Wed, 16 Feb 2022 17:49:01 +0000 (+0100) Subject: [Ada] Fix typo on "that" X-Git-Tag: basepoints/gcc-14~6820 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bea1bd335b54c2ffd77d56d29cfeddf84eec613;p=thirdparty%2Fgcc.git [Ada] Fix typo on "that" gcc/ada/ * sem_ch3.adb (Analyze_Subtype_Declaration): Fix typo in comment. --- diff --git a/gcc/ada/sem_ch3.adb b/gcc/ada/sem_ch3.adb index 29aa3be22b4..b81216c9f29 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.