$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r71397 - trunk/libs/math/doc/sf_and_dist
From: pbristow_at_[hidden]
Date: 2011-04-20 13:25:32
Author: pbristow
Date: 2011-04-20 13:25:31 EDT (Wed, 20 Apr 2011)
New Revision: 71397
URL: http://svn.boost.org/trac/boost/changeset/71397
Log:
Typo corrected
Text files modified: 
   trunk/libs/math/doc/sf_and_dist/sign.qbk |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/math/doc/sf_and_dist/sign.qbk
==============================================================================
--- trunk/libs/math/doc/sf_and_dist/sign.qbk	(original)
+++ trunk/libs/math/doc/sf_and_dist/sign.qbk	2011-04-20 13:25:31 EDT (Wed, 20 Apr 2011)
@@ -47,7 +47,7 @@
 
 Returns a floating point number with a binary representation
 where the signbit is the opposite of the sign bit in /x/,
-and where the other bits are the same as in /x.
+and where the other bits are the same as in /x/.
 
 This function is widely available, but not specified in any standards.