summaryrefslogtreecommitdiff
path: root/ACE/tests/Reactor_Notify_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Reactor_Notify_Test.cpp')
-rw-r--r--ACE/tests/Reactor_Notify_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Reactor_Notify_Test.cpp b/ACE/tests/Reactor_Notify_Test.cpp
index 15adcd8eab6..80166255558 100644
--- a/ACE/tests/Reactor_Notify_Test.cpp
+++ b/ACE/tests/Reactor_Notify_Test.cpp
@@ -256,7 +256,7 @@ Supplier_Task::perform_notifications (int notifications)
{
iterations *= (iterations * iterations * 2);
#if defined (ACE_VXWORKS)
- // scale down otherwise the test won'y finish in time
+ // scale down otherwise the test won't finish in time
iterations /= 4;
#endif
}