diff options
Diffstat (limited to 'gnu/llvm/compiler-rt/lib/hwasan/hwasan_flags.inc')
-rw-r--r-- | gnu/llvm/compiler-rt/lib/hwasan/hwasan_flags.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/llvm/compiler-rt/lib/hwasan/hwasan_flags.inc b/gnu/llvm/compiler-rt/lib/hwasan/hwasan_flags.inc index 18ea47f981b..4a226ee2ab8 100644 --- a/gnu/llvm/compiler-rt/lib/hwasan/hwasan_flags.inc +++ b/gnu/llvm/compiler-rt/lib/hwasan/hwasan_flags.inc @@ -39,7 +39,7 @@ HWASAN_FLAG( HWASAN_FLAG(bool, free_checks_tail_magic, 1, "If set, free() will check the magic values " - "to the right of the allocated object " + "after the allocated object " "if the allocation size is not a divident of the granule size") HWASAN_FLAG( int, max_free_fill_size, 0, |