diff options
author | Jonas Lindner <jolindner@gmx.de> | 2022-06-09 00:36:16 +0200 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2022-06-10 21:49:15 +0200 |
commit | 9691e4f9ba6c7dc6af07b8a4feba6279d76f0003 (patch) | |
tree | ee5c7b5acd96c430848fe3ea72ab9c6d9f04057b /security/selinux/include | |
parent | selinux: drop unnecessary NULL check (diff) | |
download | linux-9691e4f9ba6c7dc6af07b8a4feba6279d76f0003.tar.xz linux-9691e4f9ba6c7dc6af07b8a4feba6279d76f0003.zip |
selinux: fix typos in comments
Signed-off-by: Jonas Lindner <jolindner@gmx.de>
[PM: fixed duplicated subject line]
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'security/selinux/include')
-rw-r--r-- | security/selinux/include/audit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/include/audit.h b/security/selinux/include/audit.h index 1cba83d17f41..406bceb90c6c 100644 --- a/security/selinux/include/audit.h +++ b/security/selinux/include/audit.h @@ -18,7 +18,7 @@ /** * selinux_audit_rule_init - alloc/init an selinux audit rule structure. * @field: the field this rule refers to - * @op: the operater the rule uses + * @op: the operator the rule uses * @rulestr: the text "target" of the rule * @rule: pointer to the new rule structure returned via this * |