X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=boost%2Ftype_traits%2Fdetail%2Fis_function_ptr_tester.hpp;fp=boost%2Ftype_traits%2Fdetail%2Fis_function_ptr_tester.hpp;h=2ab49a39af58e64c1f16444145c34cfcd65466cc;hp=c1a3c6a5f831ffdd468e1de384a1cd062fc17f02;hb=2d71eb92104693ca9baa5a2e1c23eeca776d8fd3;hpb=da57529b92adbb7ae74a89861cb39fb35ac7c62d diff --git a/boost/type_traits/detail/is_function_ptr_tester.hpp b/boost/type_traits/detail/is_function_ptr_tester.hpp index c1a3c6a..2ab49a3 100644 --- a/boost/type_traits/detail/is_function_ptr_tester.hpp +++ b/boost/type_traits/detail/is_function_ptr_tester.hpp @@ -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(...);