Skip to content

Commit 431c3be

Browse files
Xiong Zhenwupcmoore
authored andcommitted
selinux: fix misspellings using codespell tool
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>
1 parent 63ddf1b commit 431c3be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

security/selinux/include/security.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ extern struct page *selinux_kernel_status_page(struct selinux_state *state);
419419

420420
#define SELINUX_KERNEL_STATUS_VERSION 1
421421
struct selinux_kernel_status {
422-
u32 version; /* version number of thie structure */
422+
u32 version; /* version number of the structure */
423423
u32 sequence; /* sequence number of seqlock logic */
424424
u32 enforcing; /* current setting of enforcing mode */
425425
u32 policyload; /* times of policy reloaded */

0 commit comments

Comments
 (0)