From e7c23d2f137a9ec4013e66a5f33aa13fece1d72c Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Wed, 9 Jun 2010 20:26:36 +0000 Subject: [PATCH] Tail not head. Fixes #2124 [SVN r62689] --- include/boost/algorithm/string/find.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/algorithm/string/find.hpp b/include/boost/algorithm/string/find.hpp index b282d1a..304646d 100644 --- a/include/boost/algorithm/string/find.hpp +++ b/include/boost/algorithm/string/find.hpp @@ -257,7 +257,7 @@ namespace boost { //! 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.