$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r62689 - trunk/boost/algorithm/string
From: steven_at_[hidden]
Date: 2010-06-09 16:26:37
Author: steven_watanabe
Date: 2010-06-09 16:26:36 EDT (Wed, 09 Jun 2010)
New Revision: 62689
URL: http://svn.boost.org/trac/boost/changeset/62689
Log:
Tail not head.  Fixes #2124
Text files modified: 
   trunk/boost/algorithm/string/find.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/algorithm/string/find.hpp
==============================================================================
--- trunk/boost/algorithm/string/find.hpp	(original)
+++ trunk/boost/algorithm/string/find.hpp	2010-06-09 16:26:36 EDT (Wed, 09 Jun 2010)
@@ -257,7 +257,7 @@
 
         //! Find tail algorithm
         /*!
-            Get the head of the input. Head is a suffix of the string of the 
+            Get the tail of the input. Tail is a suffix of the string of the 
             given size. If the input is shorter then required, whole input if considered 
             to be the tail.