Date: Sat, 17 Mar 2018 17:56:08 +0000 (UTC) From: Alan Somers <asomers@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r331105 - head/sys/security/audit Message-ID: <201803171756.w2HHu871079646@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: asomers Date: Sat Mar 17 17:56:08 2018 New Revision: 331105 URL: https://svnweb.freebsd.org/changeset/base/331105 Log: audit(4): fix a typo in a comment no functional change Modified: head/sys/security/audit/audit_bsm_klib.c Modified: head/sys/security/audit/audit_bsm_klib.c ============================================================================== --- head/sys/security/audit/audit_bsm_klib.c Sat Mar 17 17:52:47 2018 (r331104) +++ head/sys/security/audit/audit_bsm_klib.c Sat Mar 17 17:56:08 2018 (r331105) @@ -119,7 +119,7 @@ static const int aue_shmsys[] = { static const int aue_shmsys_count = sizeof(aue_shmsys) / sizeof(int); /* - * Check whether an event is aditable by comparing the mask of classes this + * Check whether an event is auditable by comparing the mask of classes this * event is part of against the given mask. */ int
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803171756.w2HHu871079646>