From e52c15df4ee655788c4eb16b76ca758864aee826 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 22 May 2009 06:00:56 +0000 Subject: [PATCH] Fix a typo. [SVN r53167] --- include/boost/functional/hash/detail/float_functions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/functional/hash/detail/float_functions.hpp b/include/boost/functional/hash/detail/float_functions.hpp index cc4c8fb..7ab7079 100644 --- a/include/boost/functional/hash/detail/float_functions.hpp +++ b/include/boost/functional/hash/detail/float_functions.hpp @@ -174,7 +174,7 @@ namespace boost { // has_float_functions // - // Have we fround frexp and ldexp for the given float type. + // Is there an overload of frexp and ldexp for the given float type. template struct has_float_functions