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
This commit is contained in:
Hans Wennborg 2014-06-20 01:36:00 +00:00
parent 16e592a6fe
commit caa2bd600c
5 changed files with 5 additions and 5 deletions

View File

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

View 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!
//

View File

@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// This header file implements the operating system Host concept.
// This file implements the operating system Host concept.
//
//===----------------------------------------------------------------------===//

View File

@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// This header file implements the operating system Process concept.
// This file implements the operating system Process concept.
//
//===----------------------------------------------------------------------===//

View File

@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// This header file implements the operating system Program concept.
// This file implements the operating system Program concept.
//
//===----------------------------------------------------------------------===//