summaryrefslogtreecommitdiff
path: root/ACE/examples
diff options
context:
space:
mode:
authorErik Sohns <eriksohns@123mail.org>2016-07-14 12:12:06 +0200
committerErik Sohns <eriksohns@123mail.org>2016-07-14 12:12:06 +0200
commit7ad5360d3ba1a0fece841d5d583b673337cdd6ff (patch)
tree2b1ea83ce7dd54d37138a04fef339b75f2af6504 /ACE/examples
parent219ae584c43856583338728bbe27a045191f70ae (diff)
parent5a73436c7271d77797ab9694224c39c344d80bf4 (diff)
downloadATCD-7ad5360d3ba1a0fece841d5d583b673337cdd6ff.tar.gz
Merge branch 'master' of https://github.com/DOCGroup/ACE_TAO
# Conflicts: # ACE/protocols/ace/HTBP/HTBP_Channel.cpp # ACE/protocols/ace/HTBP/HTBP_Inside_Squid_Filter.cpp # ACE/protocols/ace/HTBP/HTBP_Session.cpp
Diffstat (limited to 'ACE/examples')
-rw-r--r--ACE/examples/APG/ThreadPools/TP_Reactor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/APG/ThreadPools/TP_Reactor.cpp b/ACE/examples/APG/ThreadPools/TP_Reactor.cpp
index b8dd9a5b6c6..6386ee129bb 100644
--- a/ACE/examples/APG/ThreadPools/TP_Reactor.cpp
+++ b/ACE/examples/APG/ThreadPools/TP_Reactor.cpp
@@ -31,7 +31,7 @@ static size_t svr_thrno = 5;
// Total number of client threads.
static size_t cli_runs = 2;
-// Total connection attemps of a client thread.
+// Total connection attempts of a client thread.
static size_t cli_conn_no = 2;
// Total requests a client thread sends.