diff options
author | Xiong Zhenwu <xiong.zhenwu@zte.com.cn> | 2021-03-18 04:04:31 -0700 |
---|---|---|
committer | Casey Schaufler <casey@schaufler-ca.com> | 2021-05-10 13:54:58 -0700 |
commit | 2e08fb550a2d1017052685a27691911a633c1771 (patch) | |
tree | 7fc446aeec23d484ac2be703b8c12762a8312261 /security/smack | |
parent | 6efb943b8616ec53a5e444193dccf1af9ad627b5 (diff) | |
download | linux-2e08fb550a2d1017052685a27691911a633c1771.tar.gz linux-2e08fb550a2d1017052685a27691911a633c1771.tar.bz2 linux-2e08fb550a2d1017052685a27691911a633c1771.zip |
security/smack/: fix misspellings using codespell tool
A typo is found out by codespell tool in 383th line of smackfs.c:
$ codespell ./security/smack/
./smackfs.c:383: numer ==> number
Fix a typo found by codespell.
Signed-off-by: Xiong Zhenwu <xiong.zhenwu@zte.com.cn>
Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
Diffstat (limited to 'security/smack')
-rw-r--r-- | security/smack/smackfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/smack/smackfs.c b/security/smack/smackfs.c index 22ded2c26089..66f3c539d504 100644 --- a/security/smack/smackfs.c +++ b/security/smack/smackfs.c @@ -380,7 +380,7 @@ static int smk_parse_rule(const char *data, struct smack_parsed_rule *rule, * @data: string to be parsed, null terminated * @rule: Will be filled with Smack parsed rule * @import: if non-zero, import labels - * @tokens: numer of substrings expected in data + * @tokens: number of substrings expected in data * * Returns number of processed bytes on success, -ERRNO on failure. */ |