diff --git a/include/Support/STLExtras.h b/include/Support/STLExtras.h index 0168bf26244..8196aebbdf3 100644 --- a/include/Support/STLExtras.h +++ b/include/Support/STLExtras.h @@ -46,7 +46,7 @@ struct bitwise_or : public std::binary_function { // deleter - Very very very simple method that is used to invoke operator // delete on something. It is used like this: // -// for_each(V.begin(), B.end(), deleter); +// for_each(V.begin(), B.end(), deleter); // template static inline void deleter(T *Ptr) { diff --git a/include/llvm/ADT/STLExtras.h b/include/llvm/ADT/STLExtras.h index 0168bf26244..8196aebbdf3 100644 --- a/include/llvm/ADT/STLExtras.h +++ b/include/llvm/ADT/STLExtras.h @@ -46,7 +46,7 @@ struct bitwise_or : public std::binary_function { // deleter - Very very very simple method that is used to invoke operator // delete on something. It is used like this: // -// for_each(V.begin(), B.end(), deleter); +// for_each(V.begin(), B.end(), deleter); // template static inline void deleter(T *Ptr) {