diff options
author | Steve Grubb <sgrubb@redhat.com> | 2005-05-13 18:35:15 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@shinybook.infradead.org> | 2005-05-13 18:35:15 +0100 |
commit | 23f32d18aa589e228c5a9e12e0d0c67c9b5bcdce (patch) | |
tree | fa8e1156035b871d446cdf9706898b761d6455e0 /include/linux | |
parent | c04049939f88b29e235d2da217bce6e8ead44f32 (diff) | |
download | op-kernel-dev-23f32d18aa589e228c5a9e12e0d0c67c9b5bcdce.zip op-kernel-dev-23f32d18aa589e228c5a9e12e0d0c67c9b5bcdce.tar.gz |
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')
-rw-r--r-- | include/linux/audit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h index 1a15ba3..51e5879 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) */ |