diff options
| -rw-r--r-- | lld/include/lld/Core/LLVM.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/include/lld/Core/LLVM.h b/lld/include/lld/Core/LLVM.h index 7f7a6529fa5..11ccf894c20 100644 --- a/lld/include/lld/Core/LLVM.h +++ b/lld/include/lld/Core/LLVM.h @@ -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> { |

