summaryrefslogtreecommitdiff
path: root/include/Support/TypeInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Support/TypeInfo.h')
-rw-r--r--include/Support/TypeInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Support/TypeInfo.h b/include/Support/TypeInfo.h
index 9884f65e69..488f56dc0f 100644
--- a/include/Support/TypeInfo.h
+++ b/include/Support/TypeInfo.h
@@ -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