aboutsummaryrefslogtreecommitdiff
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 bc8ab36..82bf021 100644
--- a/gcc/ada/sem_ch9.adb
+++ b/gcc/ada/sem_ch9.adb
@@ -2758,7 +2758,7 @@ package body Sem_Ch9 is
Insert_After (N, Obj_Decl);
Mark_Rewrite_Insertion (Obj_Decl);
- -- Relocate aspect Part_Of from the the original single protected
+ -- Relocate aspect Part_Of from the original single protected
-- declaration to the anonymous object declaration. This emulates the
-- placement of an equivalent source pragma.