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)
llvm-svn: 211334

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

index 2ef32b0..ac4ff3e 100644 (file)
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-//  This header file implements atomic operations.
+//  This file implements atomic operations.
 //
 //===----------------------------------------------------------------------===//
 
index 82d7c0c..d2b551e 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 ce0a3b6..03187e9 100644 (file)
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-//  This header file implements the operating system Host concept.
+//  This file implements the operating system Host concept.
 //
 //===----------------------------------------------------------------------===//
 
index 0380ed9..087c459 100644 (file)
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-//  This header file implements the operating system Process concept.
+//  This file implements the operating system Process concept.
 //
 //===----------------------------------------------------------------------===//
 
index eb700e3..b84b82b 100644 (file)
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-//  This header file implements the operating system Program concept.
+//  This file implements the operating system Program concept.
 //
 //===----------------------------------------------------------------------===//