Clarify a comment about mapped_iterator. NFC

llvm-svn: 297988
This commit is contained in:
Jonathan Roelofs 2017-03-16 20:37:59 +00:00
parent 00f200f385
commit 7fcc647a5c
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ inline void deleter(T *Ptr) {
//===----------------------------------------------------------------------===//
// mapped_iterator - This is a simple iterator adapter that causes a function to
// be dereferenced whenever operator* is invoked on the iterator.
// be applied whenever operator* is invoked on the iterator.
//
template <class RootIt, class UnaryFunc>
class mapped_iterator {