summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-07-03 14:40:54 -0400
committerErik Schnetter <schnetter@gmail.com>2013-07-03 14:40:54 -0400
commitf132998ec075e3c96332b519a8b6e058db047814 (patch)
tree5bd171850774bff5dedf19a7978e8ca1f94aec6e
parentd203d0e438cc0ea99f2eb6aabb45c9c82edfde5b (diff)
downloadvecmathlib-f132998ec075e3c96332b519a8b6e058db047814.zip
vecmathlib-f132998ec075e3c96332b519a8b6e058db047814.tar.gz
Correct typo in comment
-rw-r--r--test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.cc b/test.cc
index 58346c3..cb18e28 100644
--- a/test.cc
+++ b/test.cc
@@ -1089,7 +1089,7 @@ struct vecmathlib_test {
-R(1.0/0.0), // -FP::infinity()
#endif
#ifdef VML_HAVE_NAN
- R(0.0/0.0), // FP::quite_NaN()
+ R(0.0/0.0), // FP::quiet_NaN()
#endif
+int_min, +int_max, +uint_min, +uint_max,
-int_min, -int_max, -uint_min, -uint_max,
@@ -1212,7 +1212,7 @@ struct vecmathlib_test {
-R(1.0/0.0), // -FP::infinity()
#endif
#ifdef VML_HAVE_NAN
- R(0.0/0.0), // FP::quite_NaN()
+ R(0.0/0.0), // FP::quiet_NaN()
#endif
+int_min, +int_max, +uint_min, +uint_max,
-int_min, -int_max, -uint_min, -uint_max,
OpenPOWER on IntegriCloud