Skip to content

Commit 2e08fb5

Browse files
Xiong Zhenwucschaufler
authored andcommitted
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 <[email protected]> Signed-off-by: Casey Schaufler <[email protected]>
1 parent 6efb943 commit 2e08fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/smack/smackfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ static int smk_parse_rule(const char *data, struct smack_parsed_rule *rule,
380380
* @data: string to be parsed, null terminated
381381
* @rule: Will be filled with Smack parsed rule
382382
* @import: if non-zero, import labels
383-
* @tokens: numer of substrings expected in data
383+
* @tokens: number of substrings expected in data
384384
*
385385
* Returns number of processed bytes on success, -ERRNO on failure.
386386
*/

0 commit comments

Comments
 (0)