summaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch9.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sem_ch9.adb')
-rw-r--r--gcc/ada/sem_ch9.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch9.adb b/gcc/ada/sem_ch9.adb
index d9e7ff9ca5a..fe3634e8fe9 100644
--- a/gcc/ada/sem_ch9.adb
+++ b/gcc/ada/sem_ch9.adb
@@ -1113,7 +1113,7 @@ package body Sem_Ch9 is
-- all itypes within are frozen. This ensures that no freeze nodes
-- will be generated for them.
--
- -- On the other hand, components of the correesponding record are
+ -- On the other hand, components of the corresponding record are
-- frozen (or receive itype references) as for other records.
--------------------