summaryrefslogtreecommitdiff
path: root/tests/Faults/pong.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Faults/pong.cpp')
-rw-r--r--tests/Faults/pong.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Faults/pong.cpp b/tests/Faults/pong.cpp
index 322c2cefc01..580fa5b624f 100644
--- a/tests/Faults/pong.cpp
+++ b/tests/Faults/pong.cpp
@@ -5,8 +5,6 @@
#include "ace/Get_Opt.h"
#include "ace/OS_NS_unistd.h"
-ACE_RCSID(Faults, server, "$Id$")
-
int iterations = 60;
int period = 10;
int kill_on = 30;
@@ -49,7 +47,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
argv [0]),
-1);
}
- // Indicates sucessful parsing of the command line
+ // Indicates successful parsing of the command line
return 0;
}