$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80995 - trunk/boost/random
From: marshall_at_[hidden]
Date: 2012-10-15 23:05:15
Author: marshall
Date: 2012-10-15 23:05:15 EDT (Mon, 15 Oct 2012)
New Revision: 80995
URL: http://svn.boost.org/trac/boost/changeset/80995
Log:
Fixed typo; Refs #7509
Text files modified: 
   trunk/boost/random/subtract_with_carry.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/random/subtract_with_carry.hpp
==============================================================================
--- trunk/boost/random/subtract_with_carry.hpp	(original)
+++ trunk/boost/random/subtract_with_carry.hpp	2012-10-15 23:05:15 EDT (Mon, 15 Oct 2012)
@@ -354,7 +354,7 @@
                                                boost::uint32_t, value)
     { init_modulus(); seed(value); }
     /**
-     * Creates a new \subtract_with_carry_01_engine and seeds with with values
+     * Creates a new \subtract_with_carry_01_engine and seeds with values
      * produced by seq.generate().
      */
     BOOST_RANDOM_DETAIL_SEED_SEQ_CONSTRUCTOR(subtract_with_carry_01_engine,