aboutsummaryrefslogtreecommitdiff
path: root/sys/security
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2008-07-22 15:54:10 +0000
committerRobert Watson <rwatson@FreeBSD.org>2008-07-22 15:54:10 +0000
commit98ee1b30aa7e17ae0a72d2c083d0a5a7629d5145 (patch)
treeb42a817ce64496f8ca9eb5539d05cf5b0d8d9156 /sys/security
parentc2f027ffb88b6d850e5c7f8d6dd70a91535c3066 (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 2cb82677dace..6954eedf523d 100644
--- a/sys/security/audit/audit_bsm.c
+++ b/sys/security/audit/audit_bsm.c
@@ -157,7 +157,7 @@ kau_free(struct au_record *rec)
/*
* XXX: May want turn some (or all) of these macros into functions in order
- * to reduce the generated code sized.
+ * to reduce the generated code size.
*
* XXXAUDIT: These macros assume that 'kar', 'ar', 'rec', and 'tok' in the
* caller are OK with this.