Standardize header file comments
llvm-svn: 8782
diff --git a/llvm/include/Support/GraphTraits.h b/llvm/include/Support/GraphTraits.h
index 15c285d..e54d963 100644
--- a/llvm/include/Support/GraphTraits.h
+++ b/llvm/include/Support/GraphTraits.h
@@ -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.