summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-07-02 09:50:13 +0000
committerrwatson <rwatson@FreeBSD.org>2009-07-02 09:50:13 +0000
commit337f38992618493c0d4a4a57c5fc3e666e4411b2 (patch)
treef3de00a96df829c9601c2d314f395b5cc15afd5b /sys/security
parent5260e3a73c3a7bf3a1b819742f457df084b063ef (diff)
downloadFreeBSD-src-337f38992618493c0d4a4a57c5fc3e666e4411b2.zip
FreeBSD-src-337f38992618493c0d4a4a57c5fc3e666e4411b2.tar.gz
Fix comment misthink.
Submitted by: b. f. <bf1783 at googlemail.com> Approved by: re (audit argument blanket) MFC after: 1 week
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/audit/audit_bsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/audit/audit_bsm.c b/sys/security/audit/audit_bsm.c
index e41a33e..72c574e 100644
--- a/sys/security/audit/audit_bsm.c
+++ b/sys/security/audit/audit_bsm.c
@@ -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 { \
OpenPOWER on IntegriCloud