summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-17 01:14:06 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-17 01:14:06 +0000
commit127455e94312e901635b94bb96a8532bb9fbc056 (patch)
tree924c9eaf0e7d5ef588b84fa18ce4d39dd6297521 /tests
parent8bc02f6e07a654c4befb32aeca7936c07c63fc17 (diff)
downloadATCD-127455e94312e901635b94bb96a8532bb9fbc056.tar.gz
(handler): cleaned up comment
Diffstat (limited to 'tests')
-rw-r--r--tests/Thread_Manager_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Thread_Manager_Test.cpp b/tests/Thread_Manager_Test.cpp
index 2849f62d02e..3afb70d4123 100644
--- a/tests/Thread_Manager_Test.cpp
+++ b/tests/Thread_Manager_Test.cpp
@@ -49,8 +49,8 @@ handler (int signum)
{
if (signal_catcher)
{
- // No printout here, to be safe. Signal handlers must
- // not acquire locks, etc.
+ // No printout here, to be safe. Signal handlers must not
+ // acquire locks, etc.
(*signal_catcher)->signaled (ACE_static_cast (sig_atomic_t, signum));
}
}