Skip to content

Commit

Permalink
Fix .cpp files claiming to be header files
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211334 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
zmodem committed Jun 20, 2014
1 parent 16e592a commit caa2bd6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/Support/Atomic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// This header file implements atomic operations.
// This file implements atomic operations.
//
//===----------------------------------------------------------------------===//

Expand Down
2 changes: 1 addition & 1 deletion lib/Support/DynamicLibrary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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!
//
Expand Down
2 changes: 1 addition & 1 deletion lib/Support/Host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// This header file implements the operating system Host concept.
// This file implements the operating system Host concept.
//
//===----------------------------------------------------------------------===//

Expand Down
2 changes: 1 addition & 1 deletion lib/Support/Process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// This header file implements the operating system Process concept.
// This file implements the operating system Process concept.
//
//===----------------------------------------------------------------------===//

Expand Down
2 changes: 1 addition & 1 deletion lib/Support/Program.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// This header file implements the operating system Program concept.
// This file implements the operating system Program concept.
//
//===----------------------------------------------------------------------===//

Expand Down

0 comments on commit caa2bd6

Please sign in to comment.