selinux: fix misspellings using codespell tool
authorXiong Zhenwu <xiong.zhenwu@zte.com.cn>
Mon, 8 Mar 2021 11:19:39 +0000 (03:19 -0800)
committerPaul Moore <paul@paul-moore.com>
Tue, 9 Mar 2021 00:46:33 +0000 (19:46 -0500)
A typo is f out by codespell tool in 422th line of security.h:

$ codespell ./security/selinux/include/
./security.h:422: thie  ==> the, this

Fix a typo found by codespell.

Signed-off-by: Xiong Zhenwu <xiong.zhenwu@zte.com.cn>
[PM: subject line tweaks]
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/include/security.h

index 6fe25300b89dc5b7aa40e55c0a525d691fe3f364..7130c9648ad1b7179c7c43eb669a6bee2297ca51 100644 (file)
@@ -419,7 +419,7 @@ extern struct page *selinux_kernel_status_page(struct selinux_state *state);
 
 #define SELINUX_KERNEL_STATUS_VERSION  1
 struct selinux_kernel_status {
-       u32     version;        /* version number of thie structure */
+       u32     version;        /* version number of the structure */
        u32     sequence;       /* sequence number of seqlock logic */
        u32     enforcing;      /* current setting of enforcing mode */
        u32     policyload;     /* times of policy reloaded */