aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/audit.h
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 /include/linux/audit.h
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 'include/linux/audit.h')
-rw-r--r--include/linux/audit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h
index 1a15ba38c660..51e5879af7fc 100644
--- a/include/linux/audit.h
+++ b/include/linux/audit.h
@@ -181,7 +181,7 @@ struct audit_message {
struct audit_status {
__u32 mask; /* Bit mask for valid entries */
- __u32 enabled; /* 1 = enabled, 0 = disbaled */
+ __u32 enabled; /* 1 = enabled, 0 = disabled */
__u32 failure; /* Failure-to-log action */
__u32 pid; /* pid of auditd process */
__u32 rate_limit; /* messages rate limit (per second) */