Skip to content

Commit 63ddf1b

Browse files
Xiong Zhenwupcmoore
authored andcommitted
selinux: fix misspellings using codespell tool
A typo is found out by codespell tool in 16th line of hashtab.c $ codespell ./security/selinux/ss/ ./hashtab.c:16: rouding ==> rounding Fix a typo found by codespell. Signed-off-by: Xiong Zhenwu <xiong.zhenwu@zte.com.cn> [PM: subject line tweak] Signed-off-by: Paul Moore <paul@paul-moore.com>
1 parent 2554a48 commit 63ddf1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

security/selinux/ss/hashtab.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ static struct kmem_cache *hashtab_node_cachep __ro_after_init;
1313

1414
/*
1515
* Here we simply round the number of elements up to the nearest power of two.
16-
* I tried also other options like rouding down or rounding to the closest
16+
* I tried also other options like rounding down or rounding to the closest
1717
* power of two (up or down based on which is closer), but I was unable to
1818
* find any significant difference in lookup/insert performance that would
1919
* justify switching to a different (less intuitive) formula. It could be that

0 commit comments

Comments
 (0)