Standardize header file comments
[oota-llvm.git] / include / llvm / ADT / DepthFirstIterator.h
index 2bb2e68e670e636e05a042e5430eb4faa405c9cf..967a0e145ac2ba8c1c284643a5241b3c54831033 100644 (file)
@@ -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.