diff --git a/compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cpp b/compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cpp --- a/compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cpp +++ b/compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cpp @@ -24,8 +24,8 @@ std::string path = std::string(argv[0]) + "-so.so"; // Clear any previous errors. On Android, the dynamic loader can have some - // left over dlerror() messages from the dynamic linker due to a missing - // symbol resolution for a deprecated malloc function. + // left over dlerror() messages due to a missing symbol resolution for a + // deprecated malloc function. dlerror(); void *handle = dlopen(path.c_str(), RTLD_LAZY);