]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1306] Fixed typo
authorFrancis Dupont <fdupont@isc.org>
Wed, 21 Oct 2020 13:47:39 +0000 (15:47 +0200)
committerTomek Mrugalski <thomson@klub.com.pl>
Thu, 22 Oct 2020 17:20:47 +0000 (19:20 +0200)
src/lib/util/thread_pool.h

index 8bdb794bbb1b6bec672aa127aecb15cf01a9ac81..8cf9f1c0d92653c3dfda406a9b4db4744ef38a18 100644 (file)
@@ -429,7 +429,7 @@ const double ThreadPool<W, C>::CEXP10 = std::exp(-.1);
 template <typename W, typename C>
 const double ThreadPool<W, C>::CEXP100 = std::exp(-.01);
 
-/// Initialize the 1000 packet rounding to exp(-.1)
+/// Initialize the 1000 packet rounding to exp(-.001)
 template <typename W, typename C>
 const double ThreadPool<W, C>::CEXP1000 = std::exp(-.001);