aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
diff options
context:
space:
mode:
authorSteve Grubb <sgrubb@redhat.com>2005-05-13 18:35:15 +0100
committerDavid Woodhouse <dwmw2@shinybook.infradead.org>2005-05-13 18:35:15 +0100
commit23f32d18aa589e228c5a9e12e0d0c67c9b5bcdce (patch)
treefa8e1156035b871d446cdf9706898b761d6455e0 /kernel/audit.c
parentAUDIT: Add message types to audit records (diff)
downloadlinux-dev-23f32d18aa589e228c5a9e12e0d0c67c9b5bcdce.tar.xz
linux-dev-23f32d18aa589e228c5a9e12e0d0c67c9b5bcdce.zip
AUDIT: Fix some spelling errors
I'm going through the kernel code and have a patch that corrects several spelling errors in comments. From: Steve Grubb <sgrubb@redhat.com> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'kernel/audit.c')
-rw-r--r--kernel/audit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/audit.c b/kernel/audit.c
index 4e940c05ede8..74779d3769fa 100644
--- a/kernel/audit.c
+++ b/kernel/audit.c
@@ -116,7 +116,7 @@ static LIST_HEAD(audit_entlist);
static LIST_HEAD(audit_extlist);
/* The netlink socket is only to be read by 1 CPU, which lets us assume
- * that list additions and deletions never happen simultaneiously in
+ * that list additions and deletions never happen simultaneously in
* auditsc.c */
static DECLARE_MUTEX(audit_netlink_sem);
@@ -775,7 +775,7 @@ void audit_log_d_path(struct audit_buffer *ab, const char *prefix,
}
}
-/* Remove queued messages from the audit_txlist and send them to userspace. */
+/* Remove queued messages from the audit_txlist and send them to user space. */
static void audit_tasklet_handler(unsigned long arg)
{
LIST_HEAD(list);