Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jul 2009 09:50:13 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r195282 - head/sys/security/audit
Message-ID:  <200907020950.n629oE35039790@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 {				\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907020950.n629oE35039790>