summaryrefslogtreecommitdiff
path: root/include/Support/DepthFirstIterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Support/DepthFirstIterator.h')
-rw-r--r--include/Support/DepthFirstIterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Support/DepthFirstIterator.h b/include/Support/DepthFirstIterator.h
index 2bb2e68e67..967a0e145a 100644
--- a/include/Support/DepthFirstIterator.h
+++ b/include/Support/DepthFirstIterator.h
@@ -1,4 +1,4 @@
-//===- Support/DepthFirstIterator.h - Depth First iterator -------*- C++ -*--=//
+//===- Support/DepthFirstIterator.h - Depth First iterator ------*- C++ -*-===//
//
// This file builds on the Support/GraphTraits.h file to build generic depth
// first graph iterator.