aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-11-01 08:18:34 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-11-01 08:18:34 +0000
commitd835a2f8be8e18c5410d172a56d94e7c5d63b75d (patch)
tree974cd17d4ba5a7296d0faeef009e2466f0427212
parent816d5c1e98ffb71b20edce010050e0803b150e02 (diff)
downloadsrc-d835a2f8be8.tar.gz
src-d835a2f8be8.zip
bsd.sanitizer.mk: Fix a typo in a comment
- s/santizers/sanitizers/ MFC after: 3 days
-rw-r--r--share/mk/bsd.sanitizer.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.sanitizer.mk b/share/mk/bsd.sanitizer.mk
index 31aecd9e578e..0f2fb7f9e71a 100644
--- a/share/mk/bsd.sanitizer.mk
+++ b/share/mk/bsd.sanitizer.mk
@@ -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>__)