Skip to content

Commit

Permalink
Merge pull request #934 from doctorlai-msrc/fixtypo
Browse files Browse the repository at this point in the history
Fix a Typo
  • Loading branch information
daanx authored Dec 30, 2024
2 parents 02efc57 + 95f8fda commit d0f1881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ clang -g -o test-wrong -Iinclude test/test-wrong.c out/debug/libmimalloc-asan-de

Since the address sanitizer redirects the standard allocation functions, on some platforms (macOSX for example)
it is required to compile mimalloc with `-DMI_OVERRIDE=OFF`.
Adress sanitizer support is in its initial development -- please report any issues.
Address sanitizer support is in its initial development -- please report any issues.

[asan]: https://github.com/google/sanitizers/wiki/AddressSanitizer

Expand Down

0 comments on commit d0f1881

Please sign in to comment.