summaryrefslogtreecommitdiff
path: root/ACE/tests/Signal_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Signal_Test.cpp')
-rw-r--r--ACE/tests/Signal_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Signal_Test.cpp b/ACE/tests/Signal_Test.cpp
index 29f40c78eb9..25cf75a6e5d 100644
--- a/ACE/tests/Signal_Test.cpp
+++ b/ACE/tests/Signal_Test.cpp
@@ -336,7 +336,7 @@ run_test (ACE_THR_FUNC worker,
{
// For the synchronous signal tests, block signals to prevent
// asynchronous delivery to default handler (at least necessary
- // on linux and solaris; POSIX spec also states that signal(s)
+ // on linux ; POSIX spec also states that signal(s)
// should be blocked before call to sigwait())
ACE_Sig_Guard guard;