summaryrefslogtreecommitdiff
path: root/tests/Nested_Upcall_Crash/scavenger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Nested_Upcall_Crash/scavenger.cpp')
-rw-r--r--tests/Nested_Upcall_Crash/scavenger.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Nested_Upcall_Crash/scavenger.cpp b/tests/Nested_Upcall_Crash/scavenger.cpp
index 5636a204d2e..16801621f7b 100644
--- a/tests/Nested_Upcall_Crash/scavenger.cpp
+++ b/tests/Nested_Upcall_Crash/scavenger.cpp
@@ -6,8 +6,6 @@
#include "tao/ORB_Core.h"
#include "ace/Get_Opt.h"
-ACE_RCSID(Nested_Upcall_Crash, scavenger, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
#if defined (ACE_OPENVMS)
@@ -113,6 +111,6 @@ 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;
}