[lld] r196770 - Fix a copy/paste error.
Joey Gouly
joey.gouly at arm.com
Mon Dec 9 02:23:28 PST 2013
Author: joey
Date: Mon Dec 9 04:23:27 2013
New Revision: 196770
URL: http://llvm.org/viewvc/llvm-project?rev=196770&view=rev
Log:
Fix a copy/paste error.
Modified:
lld/trunk/include/lld/Core/LLVM.h
Modified: lld/trunk/include/lld/Core/LLVM.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/include/lld/Core/LLVM.h?rev=196770&r1=196769&r2=196770&view=diff
==============================================================================
--- lld/trunk/include/lld/Core/LLVM.h (original)
+++ lld/trunk/include/lld/Core/LLVM.h Mon Dec 9 04:23:27 2013
@@ -78,7 +78,7 @@ namespace lld {
using llvm::error_code;
using llvm::raw_ostream;
-} // end namespace clang.
+} // end namespace lld.
namespace std {
template <> struct hash<llvm::StringRef> {
More information about the llvm-commits
mailing list