From: Jonathan Roelofs Date: Thu, 16 Mar 2017 20:37:59 +0000 (+0000) Subject: Clarify a comment about mapped_iterator. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d515a45544101b8bdd0eeb0604a806eefc678d5;p=llvm Clarify a comment about mapped_iterator. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297988 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/STLExtras.h b/include/llvm/ADT/STLExtras.h index 6f54b5ef0ed..038f0717674 100644 --- a/include/llvm/ADT/STLExtras.h +++ b/include/llvm/ADT/STLExtras.h @@ -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 mapped_iterator {