aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/Support/STLExtras.h2
-rw-r--r--include/llvm/ADT/STLExtras.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/Support/STLExtras.h b/include/Support/STLExtras.h
index 0168bf2624..8196aebbdf 100644
--- a/include/Support/STLExtras.h
+++ b/include/Support/STLExtras.h
@@ -46,7 +46,7 @@ struct bitwise_or : public std::binary_function<Ty, Ty, bool> {
// 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<cfg::Interval>);
+// for_each(V.begin(), B.end(), deleter<Interval>);
//
template <class T>
static inline void deleter(T *Ptr) {
diff --git a/include/llvm/ADT/STLExtras.h b/include/llvm/ADT/STLExtras.h
index 0168bf2624..8196aebbdf 100644
--- a/include/llvm/ADT/STLExtras.h
+++ b/include/llvm/ADT/STLExtras.h
@@ -46,7 +46,7 @@ struct bitwise_or : public std::binary_function<Ty, Ty, bool> {
// 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<cfg::Interval>);
+// for_each(V.begin(), B.end(), deleter<Interval>);
//
template <class T>
static inline void deleter(T *Ptr) {