Tail not head. Fixes #2124

[SVN r62689]
This commit is contained in:
Steven Watanabe
2010-06-09 20:26:36 +00:00
parent a1e7512012
commit e7c23d2f13

View File

@ -257,7 +257,7 @@ namespace boost {
//! Find tail algorithm //! 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 given size. If the input is shorter then required, whole input if considered
to be the tail. to be the tail.