summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2014-06-20 01:36:00 +0000
committerHans Wennborg <hans@hanshq.net>2014-06-20 01:36:00 +0000
commitcfe341f5d0aeadb6c88d8a905f9e83712642a213 (patch)
tree2a2f48c9235dcc1da3bfb7988742f5dc4190d701 /llvm/lib
parent9c62dd583b0dc969dd7e87c58e7102685b9654ed (diff)
downloadbcm5719-llvm-cfe341f5d0aeadb6c88d8a905f9e83712642a213.tar.gz
bcm5719-llvm-cfe341f5d0aeadb6c88d8a905f9e83712642a213.zip
Fix .cpp files claiming to be header files
llvm-svn: 211334
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Support/Atomic.cpp2
-rw-r--r--llvm/lib/Support/DynamicLibrary.cpp2
-rw-r--r--llvm/lib/Support/Host.cpp2
-rw-r--r--llvm/lib/Support/Process.cpp2
-rw-r--r--llvm/lib/Support/Program.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/llvm/lib/Support/Atomic.cpp b/llvm/lib/Support/Atomic.cpp
index 2ef32b08ef2..ac4ff3eb5c6 100644
--- a/llvm/lib/Support/Atomic.cpp
+++ b/llvm/lib/Support/Atomic.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This header file implements atomic operations.
+// This file implements atomic operations.
//
//===----------------------------------------------------------------------===//
diff --git a/llvm/lib/Support/DynamicLibrary.cpp b/llvm/lib/Support/DynamicLibrary.cpp
index 82d7c0cc6d1..d2b551e8a0a 100644
--- a/llvm/lib/Support/DynamicLibrary.cpp
+++ b/llvm/lib/Support/DynamicLibrary.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This header file implements the operating system DynamicLibrary concept.
+// This file implements the operating system DynamicLibrary concept.
//
// FIXME: This file leaks ExplicitSymbols and OpenedHandles!
//
diff --git a/llvm/lib/Support/Host.cpp b/llvm/lib/Support/Host.cpp
index ce0a3b6bed7..03187e97eef 100644
--- a/llvm/lib/Support/Host.cpp
+++ b/llvm/lib/Support/Host.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This header file implements the operating system Host concept.
+// This file implements the operating system Host concept.
//
//===----------------------------------------------------------------------===//
diff --git a/llvm/lib/Support/Process.cpp b/llvm/lib/Support/Process.cpp
index 0380ed955dd..087c459e187 100644
--- a/llvm/lib/Support/Process.cpp
+++ b/llvm/lib/Support/Process.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This header file implements the operating system Process concept.
+// This file implements the operating system Process concept.
//
//===----------------------------------------------------------------------===//
diff --git a/llvm/lib/Support/Program.cpp b/llvm/lib/Support/Program.cpp
index eb700e3a859..b84b82b1f10 100644
--- a/llvm/lib/Support/Program.cpp
+++ b/llvm/lib/Support/Program.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This header file implements the operating system Program concept.
+// This file implements the operating system Program concept.
//
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud