Skip to content

Commit becbebb

Browse files
committed
Add missing word
1 parent 0f4f8cd commit becbebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ static void ReExecIfNeeded(bool ignore_heap) {
299299
if (personality(old_personality | ADDR_NO_RANDOMIZE) == -1) {
300300
Printf(
301301
"FATAL: ThreadSanitizer: encountered an incompatible memory "
302-
"but was unable to disable ASLR (perhaps sandboxing is "
302+
"layout but was unable to disable ASLR (perhaps sandboxing is "
303303
"enabled?).\n");
304304
Printf(
305305
"FATAL: Please rerun with lower ASLR entropy, ASLR disabled, "

0 commit comments

Comments
 (0)