selinux: fix misspellings using codespell tool
authorXiong Zhenwu <xiong.zhenwu@zte.com.cn>
Mon, 8 Mar 2021 11:03:38 +0000 (03:03 -0800)
committerPaul Moore <paul@paul-moore.com>
Tue, 9 Mar 2021 00:44:30 +0000 (19:44 -0500)
commit63ddf1baa0e34c8e2cc2dde3adb67d56984cef7a
tree010e2bd4741dce8fcabdccdc9948d53027a1bc31
parent2554a48f44370a8a73e23c58c389ae9d33effb4b
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>
security/selinux/ss/hashtab.c