summaryrefslogtreecommitdiff
path: root/lib/Support
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
commitcaa2bd600c65e9c04d24fe0199d6a61e215d4682 (patch)
tree457b154221049f9f7667bc7692033fe13749c293 /lib/Support
parent16e592a6fe237900a7fa347c732f29395013fc34 (diff)
downloadllvm-caa2bd600c65e9c04d24fe0199d6a61e215d4682.tar.gz
llvm-caa2bd600c65e9c04d24fe0199d6a61e215d4682.tar.bz2
llvm-caa2bd600c65e9c04d24fe0199d6a61e215d4682.tar.xz
Fix .cpp files claiming to be header files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211334 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
-rw-r--r--lib/Support/Atomic.cpp2
-rw-r--r--lib/Support/DynamicLibrary.cpp2
-rw-r--r--lib/Support/Host.cpp2
-rw-r--r--lib/Support/Process.cpp2
-rw-r--r--lib/Support/Program.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/Support/Atomic.cpp b/lib/Support/Atomic.cpp
index 2ef32b08ef..ac4ff3eb5c 100644
--- a/lib/Support/Atomic.cpp
+++ b/lib/Support/Atomic.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This header file implements atomic operations.
+// This file implements atomic operations.
//
//===----------------------------------------------------------------------===//
diff --git a/lib/Support/DynamicLibrary.cpp b/lib/Support/DynamicLibrary.cpp
index 82d7c0cc6d..d2b551e8a0 100644
--- a/lib/Support/DynamicLibrary.cpp
+++ b/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/lib/Support/Host.cpp b/lib/Support/Host.cpp
index ce0a3b6bed..03187e97ee 100644
--- a/lib/Support/Host.cpp
+++ b/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/lib/Support/Process.cpp b/lib/Support/Process.cpp
index 0380ed955d..087c459e18 100644
--- a/lib/Support/Process.cpp
+++ b/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/lib/Support/Program.cpp b/lib/Support/Program.cpp
index eb700e3a85..b84b82b1f1 100644
--- a/lib/Support/Program.cpp
+++ b/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.
//
//===----------------------------------------------------------------------===//