aboutsummaryrefslogtreecommitdiff
path: root/sys/security
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2008-07-22 16:02:21 +0000
committerRobert Watson <rwatson@FreeBSD.org>2008-07-22 16:02:21 +0000
commitf1cb60307236a5fc32d2b055912c64a5ba2f9a6f (patch)
tree03f22ec6a24be7bcdb9909f827f080eed5c9b1a5 /sys/security
parentc1842f7d5dc279e0b678f9c8bdb0310e3269665a (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 6954eedf523d..8b4225b07c26 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)