summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit_syscalls.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-05-30 08:39:16 +0000
committerrwatson <rwatson@FreeBSD.org>2007-05-30 08:39:16 +0000
commitbbc6212f2190c9865fc0a388eca82bcf91eadc85 (patch)
tree787522d45aefba4619564ad598d58bd61e13ae7b /sys/security/audit/audit_syscalls.c
parent6bcdad00d0f6f867988dba1706318ef76045f49f (diff)
downloadFreeBSD-src-bbc6212f2190c9865fc0a388eca82bcf91eadc85.zip
FreeBSD-src-bbc6212f2190c9865fc0a388eca82bcf91eadc85.tar.gz
Consistent white space after .'s in comments.
Diffstat (limited to 'sys/security/audit/audit_syscalls.c')
-rw-r--r--sys/security/audit/audit_syscalls.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/security/audit/audit_syscalls.c b/sys/security/audit/audit_syscalls.c
index 96dedba..c8ad471 100644
--- a/sys/security/audit/audit_syscalls.c
+++ b/sys/security/audit/audit_syscalls.c
@@ -52,7 +52,7 @@
/*
* System call to allow a user space application to submit a BSM audit record
- * to the kernel for inclusion in the audit log. This function does little
+ * to the kernel for inclusion in the audit log. This function does little
* verification on the audit record that is submitted.
*
* XXXAUDIT: Audit preselection for user records does not currently work,
@@ -120,7 +120,7 @@ audit(struct thread *td, struct audit_args *uap)
#endif
/*
- * Attach the user audit record to the kernel audit record. Because
+ * Attach the user audit record to the kernel audit record. Because
* this system call is an auditable event, we will write the user
* record along with the record for this audit event.
*
@@ -133,7 +133,7 @@ audit(struct thread *td, struct audit_args *uap)
/*
* Currently we assume that all preselection has been performed in
- * userspace. We unconditionally set these masks so that the records
+ * userspace. We unconditionally set these masks so that the records
* get committed both to the trail and pipe. In the future we will
* want to setup kernel based preselection.
*/
OpenPOWER on IntegriCloud