Fix .cpp files claiming to be header files
authorHans Wennborg <hans@hanshq.net>
Fri, 20 Jun 2014 01:36:00 +0000 (01:36 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 20 Jun 2014 01:36:00 +0000 (01:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211334 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Atomic.cpp
lib/Support/DynamicLibrary.cpp
lib/Support/Host.cpp
lib/Support/Process.cpp
lib/Support/Program.cpp

index 2ef32b08ef282d549d223bc2c8cc9d01595ac257..ac4ff3eb5c6650e47c94d3e81a6e5de3248f956d 100644 (file)
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-//  This header file implements atomic operations.
+//  This file implements atomic operations.
 //
 //===----------------------------------------------------------------------===//
 
index 82d7c0cc6d19cd3c1707d8b6c93d4a00aa4389cf..d2b551e8a0a61bc85c8186d2d2e1e90af3a49752 100644 (file)
@@ -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!
 //
index ce0a3b6bed77a57d797b6b96da82c7f32e6e260b..03187e97eef755d349574d93946f33813b6165e9 100644 (file)
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-//  This header file implements the operating system Host concept.
+//  This file implements the operating system Host concept.
 //
 //===----------------------------------------------------------------------===//
 
index 0380ed955dd5547d8e21cbdf306fe0f6c5ddb932..087c459e187e40e65fe464ff8d818a93e757a8c4 100644 (file)
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-//  This header file implements the operating system Process concept.
+//  This file implements the operating system Process concept.
 //
 //===----------------------------------------------------------------------===//
 
index eb700e3a8591a7ce12b1bae8e5ac989f2c7ec04f..b84b82b1f10bae8e344cbe6e5679f882dddbec5f 100644 (file)
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-//  This header file implements the operating system Program concept.
+//  This file implements the operating system Program concept.
 //
 //===----------------------------------------------------------------------===//