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

Robert Watson rwatson at FreeBSD.org
Thu Jul 2 09:50:15 UTC 2009


Author: rwatson
Date: Thu Jul  2 09:50:13 2009
New Revision: 195282
URL: http://svn.freebsd.org/changeset/base/195282

Log:
  Fix comment misthink.
  
  Submitted by:	b. f. <bf1783 at googlemail.com>
  Approved by:	re (audit argument blanket)
  MFC after:	1 week

Modified:
  head/sys/security/audit/audit_bsm.c

Modified: head/sys/security/audit/audit_bsm.c
==============================================================================
--- head/sys/security/audit/audit_bsm.c	Thu Jul  2 09:16:25 2009	(r195281)
+++ head/sys/security/audit/audit_bsm.c	Thu Jul  2 09:50:13 2009	(r195282)
@@ -278,7 +278,7 @@ kau_free(struct au_record *rec)
 
 /*
  * Not all pointer arguments to system calls are of interest, but in some
- * cases they reflect delegation of rights, such as mmap(2) falled by
+ * cases they reflect delegation of rights, such as mmap(2) followed by
  * minherit(2) before execve(2), so do the best we can.
  */
 #define	ADDR_TOKEN(argnum, argname) do {				\


More information about the svn-src-head mailing list