summaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch6.adb
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2008-09-15 15:01:57 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2008-09-15 15:01:57 +0000
commit86a58d7f49baf072530d96dd6b48a0b4f6bca911 (patch)
tree28780414aa6eae96bfb134b18a3bee72b9b7ff88 /gcc/ada/sem_ch6.adb
parentb828b315689edb38104fd4e0d938b8736f871194 (diff)
downloadgcc-86a58d7f49baf072530d96dd6b48a0b4f6bca911.tar.gz
2008-09-15 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r140370 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@140372 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sem_ch6.adb')
-rw-r--r--gcc/ada/sem_ch6.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_ch6.adb b/gcc/ada/sem_ch6.adb
index 9a319d992a4..a2a5078d6a0 100644
--- a/gcc/ada/sem_ch6.adb
+++ b/gcc/ada/sem_ch6.adb
@@ -1602,7 +1602,7 @@ package body Sem_Ch6 is
-- Note that wrappers already have their corresponding specs and
-- bodies set during their creation, so if the candidate spec is
- -- a wrapper, then we definately need to swap all types to their
+ -- a wrapper, then we definitely need to swap all types to their
-- original concurrent status.
if No (Spec_N)
@@ -5098,7 +5098,7 @@ package body Sem_Ch6 is
end if;
-- If this is a derived subprogram then the subtypes of the parent
- -- subprogram's formal parameters will be used to to determine the need
+ -- subprogram's formal parameters will be used to determine the need
-- for extra formals.
if Is_Overloadable (E) and then Present (Alias (E)) then