We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df95c9 commit 903db80Copy full SHA for 903db80
docs/sanitizers/asan-runtime.md
@@ -127,7 +127,7 @@ Multiple options can be specified by separating them with a colon (`:`). For exa
127
set ASAN_OPTIONS=alloc_dealloc_mismatch=1:symbolize=0
128
```
129
130
-or alternatively, through `__asan_defalt_options()`:
+Or alternatively, through `__asan_defalt_options()`:
131
132
```C++
133
extern "C" const char* __asan_default_options() {
0 commit comments