diff options
author | Hans Wennborg <hans@hanshq.net> | 2014-06-20 01:36:00 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2014-06-20 01:36:00 +0000 |
commit | cfe341f5d0aeadb6c88d8a905f9e83712642a213 (patch) | |
tree | 2a2f48c9235dcc1da3bfb7988742f5dc4190d701 /llvm/lib/Support/DynamicLibrary.cpp | |
parent | 9c62dd583b0dc969dd7e87c58e7102685b9654ed (diff) | |
download | bcm5719-llvm-cfe341f5d0aeadb6c88d8a905f9e83712642a213.tar.gz bcm5719-llvm-cfe341f5d0aeadb6c88d8a905f9e83712642a213.zip |
Fix .cpp files claiming to be header files
llvm-svn: 211334
Diffstat (limited to 'llvm/lib/Support/DynamicLibrary.cpp')
-rw-r--r-- | llvm/lib/Support/DynamicLibrary.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/DynamicLibrary.cpp b/llvm/lib/Support/DynamicLibrary.cpp index 82d7c0cc6d1..d2b551e8a0a 100644 --- a/llvm/lib/Support/DynamicLibrary.cpp +++ b/llvm/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! // |