Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / type_traits / test / has_trivial_destructor_test.cpp
index a2f1632..48196b7 100644 (file)
@@ -143,7 +143,7 @@ BOOST_CHECK_INTEGRAL_CONSTANT(::tt::has_trivial_destructor<enum_UDT>::value, tru
 
 //
 // These are commented out for now because it's not clear what the semantics should be:
-// on the one hand references always have trivial destructors (in the sence that there is
+// on the one hand references always have trivial destructors (in the sense that there is
 // nothing to destruct), on the other hand the thing referenced may not have a trivial
 // destructor, it really depends upon the users code as to what should happen here:
 //