Standardize header file comments
[oota-llvm.git] / include / llvm / ADT / GraphTraits.h
index 15c285da17034cacd3ebefe990a21e14aa4a5db2..e54d9631294c6ef173faeb72814975d672d1928a 100644 (file)
@@ -1,4 +1,4 @@
-//===-- Support/GraphTraits.h - Graph traits template ------------*- C++ -*--=//
+//===-- Support/GraphTraits.h - Graph traits template -----------*- C++ -*-===//
 //
 // This file defines the little GraphTraits<X> template class that should be 
 // specialized by classes that want to be iteratable by generic graph iterators.