Skip to content

Commit 7a8a30b

Browse files
authored
Very small edit. Should have got it earlier.
1 parent c77b36b commit 7a8a30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sanitizers/asan-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following table lists the options for the AddressSanitizer. Enable them via
3232
|`handle_segv` | `true` | If `true`, ASan handles `SEGV` errors.|
3333
|`handle_sigfpe` | `true` | If `true`, ASan handles `SIGFPE` errors.|
3434
|`handle_sigill` | `true` | If `true`, ASan handles `SIGILL` errors.|
35-
|`help` | `false` | If `true`, ASan prints the flag options to console.|
35+
|`help` | `false` | If `true`, ASan prints the flag options to the console.|
3636
|`iat_overwrite`|`error`|`error` - reports an error whenever an overwrite is detected.<br>`protect` - trys to avoid using the overwritten definition.<br>`ignore` - doesn't try to correct any overwritten functions. For more information, see [`iat_overwrite`](./asan-runtime.md#msvc-specific-addresssanitizer-runtime-options).|
3737
|`include_if_exists` | "" | Reads options from the specified file. ASan doesn't fail if the file doesn't exist.|
3838
|`intercept_strpbrk` | `true` | If `true`, uses custom wrappers for `strpbrk` to find more errors.|

0 commit comments

Comments
 (0)