summaryrefslogtreecommitdiff
path: root/include
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
parentc04049939f88b29e235d2da217bce6e8ead44f32 (diff)
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')
-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 1a15ba38c66..51e5879af7f 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) */