]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/type_traits/detail/is_function_ptr_tester.hpp
Updated boost to v1.55.0
[rsem.git] / boost / type_traits / detail / is_function_ptr_tester.hpp
index c1a3c6a5f831ffdd468e1de384a1cd062fc17f02..2ab49a39af58e64c1f16444145c34cfcd65466cc 100644 (file)
@@ -26,7 +26,7 @@
 namespace boost {
 namespace type_traits {
 
-// Note it is acceptible to use ellipsis here, since the argument will
+// Note it is acceptable to use ellipsis here, since the argument will
 // always be a pointer type of some sort (JM 2005/06/04):
 no_type BOOST_TT_DECL is_function_ptr_tester(...);