svn commit: r331105 - head/sys/security/audit

Alan Somers asomers at FreeBSD.org
Sat Mar 17 17:56:09 UTC 2018


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


More information about the svn-src-head mailing list