summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-24 20:33:25 +0000
committergthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-24 20:33:25 +0000
commit7b1e815bbfde36f6cd26e1b12a54b7e1a6f2364c (patch)
tree5e782a2e2cdf00733df5ef53a28d1305ae53e3a8
parentb4eade66361613f31678c26bf687a72691c4a7c0 (diff)
downloadATCD-7b1e815bbfde36f6cd26e1b12a54b7e1a6f2364c.tar.gz
Altered comments.
-rw-r--r--performance-tests/SCTP/SOCK_STREAM_clt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/performance-tests/SCTP/SOCK_STREAM_clt.cpp b/performance-tests/SCTP/SOCK_STREAM_clt.cpp
index a0ede8232a3..a66799c9d6a 100644
--- a/performance-tests/SCTP/SOCK_STREAM_clt.cpp
+++ b/performance-tests/SCTP/SOCK_STREAM_clt.cpp
@@ -44,7 +44,7 @@ int main(int argc, char **argv){
// Initialize the options manager
Options_Manager optsMgr(argc, argv, "client-opts");
- // show usage is requested
+ // show usage if requested
if (optsMgr._usage) {
optsMgr._show_usage(cerr, "client-opts");
return 1;
@@ -91,7 +91,7 @@ int main(int argc, char **argv){
// connection is closed by runTest* functions
testResultsHistogram = runTest(dataStream);
- // report out the test statistics IF NO EXECPTIONS have been thrown
+ // report out the test statistics.
// all histograms created are placed onto a linked list that report()
// can access. So the histogram created in one of the *_test() functions
// will be reported out by the report() call