summaryrefslogtreecommitdiffstats
path: root/src/lib/http
diff options
context:
space:
mode:
authorTomek Mrugalski <tomek@isc.org>2022-07-08 17:32:40 +0200
committerTomek Mrugalski <tomek@isc.org>2022-07-21 11:00:54 +0200
commit7a9388fd98fa9184d447465fef7a12063609cbe5 (patch)
treebdafb32a8846204d9412ed8c12ce30e8176400bc /src/lib/http
parent[#2454] doxygen tags added (diff)
downloadkea-7a9388fd98fa9184d447465fef7a12063609cbe5.tar.xz
kea-7a9388fd98fa9184d447465fef7a12063609cbe5.zip
[#2454] More Doxygen warnings fixed
Diffstat (limited to 'src/lib/http')
-rw-r--r--src/lib/http/http_thread_pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/http/http_thread_pool.h b/src/lib/http/http_thread_pool.h
index aa457dc0b7..e6caf4693e 100644
--- a/src/lib/http/http_thread_pool.h
+++ b/src/lib/http/http_thread_pool.h
@@ -37,7 +37,7 @@ public:
/// @param pool_size Maximum number of threads in the pool. Currently the
/// number of threads is fixed at this value.
/// @param defer_start If true, creation of the threads is deferred until
- /// a subsequent call to @ref start(). In this case the pool's operational
+ /// a subsequent call to @ref run(). In this case the pool's operational
/// state post construction is STOPPED. If false, the constructor will
/// invoke run() to transition the pool into the RUNNING state.
HttpThreadPool(asiolink::IOServicePtr io_service, size_t pool_size,