summaryrefslogtreecommitdiff
path: root/performance-tests/Latency/AMI/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Latency/AMI/client.cpp')
-rw-r--r--performance-tests/Latency/AMI/client.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/performance-tests/Latency/AMI/client.cpp b/performance-tests/Latency/AMI/client.cpp
index 8e894d1ede3..459a25dd27e 100644
--- a/performance-tests/Latency/AMI/client.cpp
+++ b/performance-tests/Latency/AMI/client.cpp
@@ -9,8 +9,6 @@
#include "ace/Throughput_Stats.h"
#include "ace/OS_NS_errno.h"
-ACE_RCSID(AMI_Latency, client, "$Id$")
-
const ACE_TCHAR *ior = ACE_TEXT("file://test.ior");
ACE_hrtime_t throughput_base;
@@ -46,7 +44,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;
}