]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/test_hyperexponential_dist.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / math / test / test_hyperexponential_dist.cpp
index f739c0990794d297e5ea5c2f0532c2dd67486a02..f11c847e41e7d5c12c3b2e086606a23e9ae26f51 100644 (file)
@@ -42,7 +42,7 @@ typedef boost::mpl::list<float, double> test_types;
 template <typename RealT>
 RealT make_tolerance()
 {
-    // Tolerance is 100eps expressed as a persentage (as required by Boost.Build):
+    // Tolerance is 100eps expressed as a percentage (as required by Boost.Build):
     return boost::math::tools::epsilon<RealT>() * 100 * 100;
 }