From: Francis Dupont Date: Wed, 21 Oct 2020 13:47:39 +0000 (+0200) Subject: [#1306] Fixed typo X-Git-Tag: Kea-1.9.1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40babdd0b551d52d03d64f4cbfb6be154fc298ef;p=thirdparty%2Fkea.git [#1306] Fixed typo --- diff --git a/src/lib/util/thread_pool.h b/src/lib/util/thread_pool.h index 8bdb794bbb..8cf9f1c0d9 100644 --- a/src/lib/util/thread_pool.h +++ b/src/lib/util/thread_pool.h @@ -429,7 +429,7 @@ const double ThreadPool::CEXP10 = std::exp(-.1); template const double ThreadPool::CEXP100 = std::exp(-.01); -/// Initialize the 1000 packet rounding to exp(-.1) +/// Initialize the 1000 packet rounding to exp(-.001) template const double ThreadPool::CEXP1000 = std::exp(-.001);