aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/include
diff options
context:
space:
mode:
authorXiong Zhenwu <xiong.zhenwu@zte.com.cn>2021-03-08 03:19:39 -0800
committerPaul Moore <paul@paul-moore.com>2021-03-08 19:46:33 -0500
commit431c3be16bd08728325814320e3603ec3284d542 (patch)
tree8642738c5b47925b93545145e355e6b89062c44a /security/selinux/include
parentselinux: fix misspellings using codespell tool (diff)
downloadlinux-dev-431c3be16bd08728325814320e3603ec3284d542.tar.xz
linux-dev-431c3be16bd08728325814320e3603ec3284d542.zip
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>
Diffstat (limited to 'security/selinux/include')
-rw-r--r--security/selinux/include/security.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/include/security.h b/security/selinux/include/security.h
index 6fe25300b89d..7130c9648ad1 100644
--- a/security/selinux/include/security.h
+++ b/security/selinux/include/security.h
@@ -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 */