diff options
author | Paul Moore <paul@paul-moore.com> | 2023-05-24 23:19:53 -0400 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2023-05-25 17:52:15 -0400 |
commit | 4432b507445acf3f8e09ce253d4ca852c177b625 (patch) | |
tree | dc83ad31cf7b473c597bede35443d66b5ede0218 /security/lsm_audit.c | |
parent | d031f4e8b493df299123fbb4ec13db870584ed28 (diff) | |
download | lwn-4432b507445acf3f8e09ce253d4ca852c177b625.tar.gz lwn-4432b507445acf3f8e09ce253d4ca852c177b625.zip |
lsm: fix a number of misspellings
A random collection of spelling fixes for source files in the LSM
layer.
Reviewed-by: Casey Schaufler <casey@schaufler-ca.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'security/lsm_audit.c')
-rw-r--r-- | security/lsm_audit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/lsm_audit.c b/security/lsm_audit.c index 368e77ca43c4..849e832719e2 100644 --- a/security/lsm_audit.c +++ b/security/lsm_audit.c @@ -200,7 +200,7 @@ static void dump_common_audit_data(struct audit_buffer *ab, char comm[sizeof(current->comm)]; /* - * To keep stack sizes in check force programers to notice if they + * To keep stack sizes in check force programmers to notice if they * start making this union too large! See struct lsm_network_audit * as an example of how to deal with large data. */ |