Date: Tue, 1 Nov 2022 08:18:46 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: d835a2f8be8e - main - bsd.sanitizer.mk: Fix a typo in a comment Message-ID: <202211010818.2A18Ik6j080064@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=d835a2f8be8e18c5410d172a56d94e7c5d63b75d commit d835a2f8be8e18c5410d172a56d94e7c5d63b75d Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-11-01 08:18:34 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-11-01 08:18:34 +0000 bsd.sanitizer.mk: Fix a typo in a comment - s/santizers/sanitizers/ MFC after: 3 days --- share/mk/bsd.sanitizer.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>__)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211010818.2A18Ik6j080064>