summaryrefslogtreecommitdiff
path: root/ace/Task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Task.cpp')
-rw-r--r--ace/Task.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Task.cpp b/ace/Task.cpp
index 65e83ef10bf..a7d8aed5b80 100644
--- a/ace/Task.cpp
+++ b/ace/Task.cpp
@@ -235,7 +235,7 @@ ACE_Task_Base::svc_run (void *args)
ACE_Task_Exit &exit_hook = *ACE_Task_Exit::instance ();
#else
// Without TSS, create an ACE_Task_Exit instance. When this
- // function returns, its destructor will be call because the
+ // function returns, its destructor will be called because the
// object goes out of scope. The drawback with this appraoch is
// that the destructor _won't_ get called if thr_exit () is called.
// So, threads shouldn't exit that way. Instead, they should