diff options
author | rwatson <rwatson@FreeBSD.org> | 2008-07-22 16:02:21 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2008-07-22 16:02:21 +0000 |
commit | 91cafa1d13867d970b53a082f703e5e007e461d5 (patch) | |
tree | 03f22ec6a24be7bcdb9909f827f080eed5c9b1a5 /sys/security | |
parent | bee865adddb7a6d0cfe5543f3ba058d30b0cb6c5 (diff) | |
download | FreeBSD-src-91cafa1d13867d970b53a082f703e5e007e461d5.zip FreeBSD-src-91cafa1d13867d970b53a082f703e5e007e461d5.tar.gz |
Comment fix.
Obtained from: Apple Inc.
MFC after: 3 days
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 6954eed..8b4225b 100644 --- a/sys/security/audit/audit_bsm.c +++ b/sys/security/audit/audit_bsm.c @@ -73,7 +73,7 @@ kau_init(void) * This call reserves memory for the audit record. Memory must be guaranteed * before any auditable event can be generated. The au_record structure * maintains a reference to the memory allocated above and also the list of - * tokens associated with this record + * tokens associated with this record. */ static struct au_record * kau_open(void) |