aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch3.adb
diff options
context:
space:
mode:
authorEtienne Servais <servais@adacore.com>2022-02-16 18:49:01 +0100
committerPierre-Marie de Rodat <derodat@adacore.com>2022-05-13 08:04:27 +0000
commit9bea1bd335b54c2ffd77d56d29cfeddf84eec613 (patch)
tree9afd8bb0db370f2ab0a11c206dd60d875aa96571 /gcc/ada/sem_ch3.adb
parentfa45988cc0129f95d1c8b1d386342b6351233ef5 (diff)
downloadgcc-9bea1bd335b54c2ffd77d56d29cfeddf84eec613.zip
gcc-9bea1bd335b54c2ffd77d56d29cfeddf84eec613.tar.gz
gcc-9bea1bd335b54c2ffd77d56d29cfeddf84eec613.tar.bz2
[Ada] Fix typo on "that"
gcc/ada/ * sem_ch3.adb (Analyze_Subtype_Declaration): Fix typo in comment.
Diffstat (limited to 'gcc/ada/sem_ch3.adb')
-rw-r--r--gcc/ada/sem_ch3.adb2
1 files changed, 1 insertions, 1 deletions
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.