summaryrefslogtreecommitdiff
path: root/gcc/ada/a-caldel.adb
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2008-03-25 13:36:19 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2008-03-25 13:36:19 +0000
commite0f97db9eb84d304602eb35815ba9d188cd69e46 (patch)
tree84bddb2ec09b31241a95c5b1ded74d60cdff6239 /gcc/ada/a-caldel.adb
parentf80df6b2af919960ad08a6f1901ddebb654f981b (diff)
downloadgcc-e0f97db9eb84d304602eb35815ba9d188cd69e46.tar.gz
2008-03-24 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r133512 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@133515 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/a-caldel.adb')
-rw-r--r--gcc/ada/a-caldel.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-caldel.adb b/gcc/ada/a-caldel.adb
index 8c42afb6d13..d2b701e815f 100644
--- a/gcc/ada/a-caldel.adb
+++ b/gcc/ada/a-caldel.adb
@@ -54,7 +54,7 @@ package body Ada.Calendar.Delays is
use System.Traces;
- -- Earlier, System.Time_Opeations was used to implement the following
+ -- Earlier, System.Time_Operations was used to implement the following
-- operations. The idea was to avoid sucking in the tasking packages. This
-- did not work. Logically, we can't have it both ways. There is no way to
-- implement time delays that will have correct task semantics without
@@ -132,7 +132,7 @@ begin
-- not been already set.
-- If tasking is present, Timed_Delay has already set this soft link, or
- -- this will be overriden during the elaboration of
+ -- this will be overridden during the elaboration of
-- System.Tasking.Initialization
if SSL.Timed_Delay = null then