fix file headers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75437 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Index/DeclReferenceMap.cpp b/lib/Index/DeclReferenceMap.cpp
index 841d7fb..95de2ea 100644
--- a/lib/Index/DeclReferenceMap.cpp
+++ b/lib/Index/DeclReferenceMap.cpp
@@ -1,4 +1,4 @@
-//===--- DeclReferenceMap.cpp - Map Decls to their references ---*- C++ -*-===//
+//===--- DeclReferenceMap.cpp - Map Decls to their references -------------===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/lib/Index/Entity.cpp b/lib/Index/Entity.cpp
index c1d8702..2620f88 100644
--- a/lib/Index/Entity.cpp
+++ b/lib/Index/Entity.cpp
@@ -1,4 +1,4 @@
-//===--- Entity.h - Cross-translation-unit "token" for decls ----*- C++ -*-===//
+//===--- Entity.cpp - Cross-translation-unit "token" for decls ------------===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/lib/Index/IndexProvider.cpp b/lib/Index/IndexProvider.cpp
index 45719bb..074a83d 100644
--- a/lib/Index/IndexProvider.cpp
+++ b/lib/Index/IndexProvider.cpp
@@ -1,4 +1,4 @@
-//===--- IndexProvider.h - Map of entities to translation units -*- C++ -*-===//
+//===--- IndexProvider.cpp - Map of entities to translation units ---------===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/lib/Index/Program.cpp b/lib/Index/Program.cpp
index 22fad9f..807d18c 100644
--- a/lib/Index/Program.cpp
+++ b/lib/Index/Program.cpp
@@ -1,4 +1,4 @@
-//===--- Program.h - Entity originator and misc -----------------*- C++ -*-===//
+//===--- Program.cpp - Entity originator and misc -------------------------===//
//
// The LLVM Compiler Infrastructure
//