summaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch3.adb
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2008-06-04 20:07:59 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2008-06-04 20:07:59 +0000
commit06cad3c357b6c1e24b60e5a0b762899afb4e9c1d (patch)
tree28ae5ff52099c78e96fc398130cfadce19b0bdfe /gcc/ada/sem_ch3.adb
parente3e44e096cafece02f2f85a7cba7d8199ffc71cb (diff)
downloadgcc-06cad3c357b6c1e24b60e5a0b762899afb4e9c1d.tar.gz
2008-06-04 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r136369 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@136370 138bc75d-0d04-0410-961f-82ee72b054a4
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 f0065b73901..b6ccb6028fc 100644
--- a/gcc/ada/sem_ch3.adb
+++ b/gcc/ada/sem_ch3.adb
@@ -11339,7 +11339,7 @@ package body Sem_Ch3 is
and then Is_Tagged_Type (Tagged_Type)
and then Has_Interfaces (Tagged_Type));
- -- Step 1: Transfer to the full-view primitives asociated with the
+ -- Step 1: Transfer to the full-view primitives associated with the
-- partial-view that cover interface primitives. Conceptually this
-- work should be done later by Process_Full_View; done here to
-- simplify its implementation at later stages. It can be safely