]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/math/special_functions/sin_pi.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / math / special_functions / sin_pi.hpp
index de8038732099f65865c8738a6e1174bdf7db1b40..c55c4ff7929bd181097207cb8e85da113fa0e4f3 100644 (file)
@@ -63,7 +63,7 @@ inline typename tools::promote_args<T>::type sin_pi(T x, const Policy&)
       policies::promote_double<false>,
       policies::discrete_quantile<>,
       policies::assert_undefined<>,
-      // We want to igore overflows since the result is in [-1,1] and the 
+      // We want to ignore overflows since the result is in [-1,1] and the 
       // check slows the code down considerably.
       policies::overflow_error<policies::ignore_error> >::type forwarding_policy;
    return policies::checked_narrowing_cast<result_type, forwarding_policy>(boost::math::detail::sin_pi_imp<value_type>(x, forwarding_policy()), "sin_pi");