Skip to content

Commit

Permalink
[NFC][lld] Fix typos to test commit access
Browse files Browse the repository at this point in the history
  • Loading branch information
BertalanD committed Jun 23, 2022
1 parent 6fa9120 commit 0836fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lld/CMakeLists.txt
Expand Up @@ -72,7 +72,7 @@ if(LLD_BUILT_STANDALONE)
# path is removed.
set(MAIN_INCLUDE_DIR "${LLVM_INCLUDE_DIR}")
set(LLVM_OBJ_DIR "${LLVM_BINARY_DIR}")
# N.B. this is just a default value, the CACHE PATHs below can be overriden.
# N.B. this is just a default value, the CACHE PATHs below can be overridden.
set(MAIN_SRC_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../llvm")
endif()

Expand Down
2 changes: 1 addition & 1 deletion lld/include/lld/Common/ErrorHandler.h
Expand Up @@ -134,7 +134,7 @@ class ErrorHandler {
// We wrap stdout and stderr so that you can pass alternative stdout/stderr as
// arguments to lld::*::link() functions. Since lld::outs() or lld::errs() can
// be indirectly called from multiple threads, we protect them using a mutex.
// In the future, we plan on supporting several concurent linker contexts,
// In the future, we plan on supporting several concurrent linker contexts,
// which explains why the mutex is not a global but part of this context.
std::mutex mu;
llvm::raw_ostream *stdoutOS{};
Expand Down

0 comments on commit 0836fc3

Please sign in to comment.