Standardize header file comments
[oota-llvm.git] / include / llvm / Support / TypeInfo.h
index 9884f65e6918b06fe7cc9006833fa0bb80d4af99..488f56dc0f45ee20deebe59cf97ffd5eaba05881 100644 (file)
@@ -1,4 +1,4 @@
-//===- Support/TypeInfo.h - Support class for type_info objects --*- C++ -*--=//
+//===- Support/TypeInfo.h - Support class for type_info objects -*- C++ -*-===//
 //
 // This class makes std::type_info objects behave like first class objects that
 // can be put in maps and hashtables.  This code is based off of code in the