diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-04 20:07:59 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-04 20:07:59 +0000 |
commit | 06cad3c357b6c1e24b60e5a0b762899afb4e9c1d (patch) | |
tree | 28ae5ff52099c78e96fc398130cfadce19b0bdfe /gcc/ada/sem_util.ads | |
parent | e3e44e096cafece02f2f85a7cba7d8199ffc71cb (diff) | |
download | gcc-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_util.ads')
-rw-r--r-- | gcc/ada/sem_util.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_util.ads b/gcc/ada/sem_util.ads index bbd4c864a3e..64d5cfb674b 100644 --- a/gcc/ada/sem_util.ads +++ b/gcc/ada/sem_util.ads @@ -942,8 +942,8 @@ package Sem_Util is -- Returns True if the names of both entities correspond with matching -- primitives. This routine includes support for the case in which one -- or both entities correspond with entities built by Derive_Subprogram - -- with a special name to avoid being overriden (ie. return true in case - -- of entities with names "nameP" and "name" or viceversa). + -- with a special name to avoid being overridden (i.e. return true in case + -- of entities with names "nameP" and "name" or vice versa). function Private_Component (Type_Id : Entity_Id) return Entity_Id; -- Returns some private component (if any) of the given Type_Id. |