aboutsummaryrefslogtreecommitdiff
path: root/sys/security
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2009-07-02 09:50:13 +0000
committerRobert Watson <rwatson@FreeBSD.org>2009-07-02 09:50:13 +0000
commitdeedc899fd339fe484d651be044e2db6179b3e16 (patch)
treef3de00a96df829c9601c2d314f395b5cc15afd5b /sys/security
parent64c9a4d9ab6044c912b8f46be1d8f108bd2713a7 (diff)
Notes
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 e41a33e72e4e..72c574ec7578 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 { \