Merge pull request #934 from doctorlai-msrc/fixtypo

Fix a Typo
This commit is contained in:
Daan 2024-12-30 11:45:51 -08:00 committed by GitHub
commit d0f1881948
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -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) 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`. 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 [asan]: https://github.com/google/sanitizers/wiki/AddressSanitizer