diff options
-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) |