diff --git a/compiler-rt/lib/hwasan/hwasan_flags.inc b/compiler-rt/lib/hwasan/hwasan_flags.inc index 80b67930ce584..18ea47f981bec 100644 --- a/compiler-rt/lib/hwasan/hwasan_flags.inc +++ b/compiler-rt/lib/hwasan/hwasan_flags.inc @@ -80,4 +80,4 @@ HWASAN_FLAG(bool, malloc_bisect_dump, false, // testsuite can run since we manually ensure any pointer arguments to syscalls // are untagged before the call. HWASAN_FLAG(bool, fail_without_syscall_abi, true, - "Exit if fail to request relaxed syscall ABI.") + "Exit if fail to request relaxed syscall ABI.")