Skip to content

Commit a601f6c

Browse files
committed
Clarify and/or
1 parent 388b83e commit a601f6c

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
@@ -263,7 +263,7 @@ static void ReExecIfNeeded(bool ignore_heap) {
263263
if (personality(old_personality | ADDR_NO_RANDOMIZE) == -1) {
264264
Printf("FATAL: ThreadSanitizer: unable to disable ASLR (perhaps "
265265
"sandboxing is enabled?).\n");
266-
Printf("FATAL: Please rerun without sandboxing or ASLR.\n");
266+
Printf("FATAL: Please rerun without sandboxing and/or ASLR.\n");
267267
Die();
268268
}
269269

0 commit comments

Comments
 (0)