summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-30 22:24:07 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-30 22:24:07 +0000
commit1f4f79116511732d9365ea3e0786f8204407a4a5 (patch)
tree86d72f20afa05ca095210877fbe02396f9669eea
parent8ffd88f7482765cedbb0d717ea717b2026508d22 (diff)
downloadATCD-1f4f79116511732d9365ea3e0786f8204407a4a5.tar.gz
fixed typo in comment
-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