diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2009-07-02 09:50:13 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2009-07-02 09:50:13 +0000 |
| commit | deedc899fd339fe484d651be044e2db6179b3e16 (patch) | |
| tree | f3de00a96df829c9601c2d314f395b5cc15afd5b /sys/security | |
| parent | 64c9a4d9ab6044c912b8f46be1d8f108bd2713a7 (diff) | |
Notes
Diffstat (limited to 'sys/security')
| -rw-r--r-- | sys/security/audit/audit_bsm.c | 2 |
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 { \ |
