浏览代码

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
Hans Wennborg 11 年之前
父节点
当前提交
caa2bd600c
共有 5 个文件被更改,包括 5 次插入5 次删除
  1. 1 1
      lib/Support/Atomic.cpp
  2. 1 1
      lib/Support/DynamicLibrary.cpp
  3. 1 1
      lib/Support/Host.cpp
  4. 1 1
      lib/Support/Process.cpp
  5. 1 1
      lib/Support/Program.cpp

+ 1 - 1
lib/Support/Atomic.cpp

@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-//  This header file implements atomic operations.
+//  This file implements atomic operations.
 //
 //===----------------------------------------------------------------------===//
 

+ 1 - 1
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!
 //

+ 1 - 1
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.
 //
 //===----------------------------------------------------------------------===//
 

+ 1 - 1
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.
 //
 //===----------------------------------------------------------------------===//
 

+ 1 - 1
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.
 //
 //===----------------------------------------------------------------------===//