Merging changes from trunk

[SVN r63824]
This commit is contained in:
Pavol Droba
2010-07-10 20:29:03 +00:00
parent 9068069106
commit bbd3220a1e
14 changed files with 239 additions and 36 deletions

View File

@ -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.