]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/complex_test.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / math / test / complex_test.cpp
index aa6ae4325ec0d5a9b2b32009c880ae0c62ac1333..f2a0b6c8254f3bced868fecb730244bb189980d3 100644 (file)
@@ -83,7 +83,7 @@ bool check_complex(const std::complex<T>& a, const std::complex<T>& b, int max_e
    }
    if((boost::math::isnan)(a.imag()))
    {
-      BOOST_ERROR("Found non-finite value for inaginary part: " << a);
+      BOOST_ERROR("Found non-finite value for imaginary part: " << a);
    }
 
    T rel = boost::math::fabs((b-a)/b) / eps;
@@ -258,7 +258,7 @@ void test_inverse_trig(T)
 
 //
 // check_spots:
-// Various spot values, mostly the C99 special cases (infinites and NAN's).
+// Various spot values, mostly the C99 special cases (infinities and NAN's).
 // TODO: add spot checks for the Wolfram spot values.
 //
 template <class T>