Standardize header file comments
[oota-llvm.git] / include / Support / Tree.h
index 928c99bca952cc74c514877ce7b16d193342de0c..15572614b0ee6af8d90abac09a6a69716c0721a3 100644 (file)
@@ -1,4 +1,4 @@
-//===- Support/Tree.h - Generic n-way tree structure -------------*- C++ -*--=//
+//===- Support/Tree.h - Generic n-way tree structure ------------*- C++ -*-===//
 //
 // This class defines a generic N way tree node structure.  The tree structure
 // is immutable after creation, but the payload contained within it is not.