mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
bsd.sanitizer.mk: Fix a typo in a comment
- s/santizers/sanitizers/ MFC after: 3 days
This commit is contained in:
parent
816d5c1e98
commit
d835a2f8be
@ -29,7 +29,7 @@ _use_sanitizers= yes
|
||||
|
||||
# For libraries we only instrument the shared and PIE libraries by setting
|
||||
# SHARED_CFLAGS instead of CFLAGS. We do this since static executables are not
|
||||
# compatible with the santizers (interceptors do not work).
|
||||
# compatible with the sanitizers (interceptors do not work).
|
||||
.if ${_use_sanitizers} != "no"
|
||||
.include "../../lib/libclang_rt/compiler-rt-vars.mk"
|
||||
.if target(__<bsd.lib.mk>__)
|
||||
|
Loading…
Reference in New Issue
Block a user