$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r60014 - sandbox/statistics/detail/assign/boost/assign/auto_size/detail
From: erwann.rogard_at_[hidden]
Date: 2010-02-28 19:43:30
Author: e_r
Date: 2010-02-28 19:43:29 EST (Sun, 28 Feb 2010)
New Revision: 60014
URL: http://svn.boost.org/trac/boost/changeset/60014
Log:
m
Text files modified: 
   sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp
==============================================================================
--- sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp	(original)
+++ sandbox/statistics/detail/assign/boost/assign/auto_size/detail/auto_size.hpp	2010-02-28 19:43:29 EST (Sun, 28 Feb 2010)
@@ -24,7 +24,7 @@
 // Creates a collection of references.
 //
 // This approach improves upon ref_list_of<int>() by deducing the number of 
-// arguments at compile time, factor the reference wrapper into template, Ref,
+// arguments at compile time, factors the reference wrapper into template, Ref,
 // and inherits from an arbitrary policy, P, usually intended to expose a 
 // container interface.
 //