summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit_bsm_token.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/security/audit/audit_bsm_token.c')
-rw-r--r--sys/security/audit/audit_bsm_token.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/security/audit/audit_bsm_token.c b/sys/security/audit/audit_bsm_token.c
index b798b97..b60a688 100644
--- a/sys/security/audit/audit_bsm_token.c
+++ b/sys/security/audit/audit_bsm_token.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2004 Apple Inc.
* Copyright (c) 2005 SPARTA, Inc.
* All rights reserved.
@@ -158,7 +158,7 @@ au_to_attr32(struct vnode_au_info *vni)
ADD_U_INT32(dptr, vni->vn_fsid);
/*
- * Some systems use 32-bit file ID's, other's use 64-bit file IDs.
+ * Some systems use 32-bit file ID's, others use 64-bit file IDs.
* Attempt to handle both, and let the compiler sort it out. If we
* could pick this out at compile-time, it would be better, so as to
* avoid the else case below.
OpenPOWER on IntegriCloud