diff --git a/README.md b/README.md index 7a3f4e6fd07661d933cfced19cb147def9e476eb..8e0b043b9381c82285c2622cd7a331a8fed9685d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# The LLVM Compiler Infrastructure +# The LLVM Compiler Infrastructure This directory and its sub-directories contain the source code for LLVM, a toolkit for the construction of highly optimized compilers, diff --git a/compiler-rt/lib/lsan/lsan_common.cpp b/compiler-rt/lib/lsan/lsan_common.cpp index fd9b6e6c5c8e5766e0aff3c0fb831b8cb569a91e..3c6fe07ad7024df97e9989a4740ae5a72455914d 100644 --- a/compiler-rt/lib/lsan/lsan_common.cpp +++ b/compiler-rt/lib/lsan/lsan_common.cpp @@ -26,7 +26,7 @@ #include "sanitizer_common/sanitizer_tls_get_addr.h" #if CAN_SANITIZE_LEAKS -namespace __lsan { +namespace __lsan { // This mutex is used to prevent races between DoLeakCheck and IgnoreObject, and // also to protect the global list of root regions.