Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53167 - trunk/boost/functional/hash/detail
From: daniel_james_at_[hidden]
Date: 2009-05-22 02:00:58


Author: danieljames
Date: 2009-05-22 02:00:56 EDT (Fri, 22 May 2009)
New Revision: 53167
URL: http://svn.boost.org/trac/boost/changeset/53167

Log:
Fix a typo.
Text files modified:
   trunk/boost/functional/hash/detail/float_functions.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/functional/hash/detail/float_functions.hpp
==============================================================================
--- trunk/boost/functional/hash/detail/float_functions.hpp (original)
+++ trunk/boost/functional/hash/detail/float_functions.hpp 2009-05-22 02:00:56 EDT (Fri, 22 May 2009)
@@ -174,7 +174,7 @@
 
         // 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<typename Float>
         struct has_float_functions


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk