Fix typos; Refs #6596

[SVN r77101]
This commit is contained in:
Marshall Clow
2012-02-23 19:36:45 +00:00
parent dfaea65083
commit 028d9aedcd

View File

@ -228,7 +228,7 @@ namespace boost {
//! Find head algorithm //! Find head algorithm
/*! /*!
Get the head of the input. Head is a prefix of the string of the Get the head of the input. Head is a prefix 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 is considered
to be the head. to be the head.
\param Input An input string \param Input An input string
@ -258,7 +258,7 @@ namespace boost {
//! Find tail algorithm //! Find tail algorithm
/*! /*!
Get the tail of the input. Tail 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 is considered
to be the tail. to be the tail.
\param Input An input string \param Input An input string