aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/include
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2021-01-25 11:53:50 -0800
committerJohn Johansen <john.johansen@canonical.com>2021-02-07 04:15:08 -0800
commitef70454508c00a415a41156a19cb771a186c55d0 (patch)
tree8a07c06e79fdc85e80c9bcd9715385381a408bf7 /security/apparmor/include
parentapparmor: switch to apparmor to internal capable check for policy management (diff)
downloadlinux-dev-ef70454508c00a415a41156a19cb771a186c55d0.tar.xz
linux-dev-ef70454508c00a415a41156a19cb771a186c55d0.zip
security: apparmor: file.h: delete duplicated word
Delete the doubled word "then" in a comment. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Seth Arnold <seth.arnold@canonical.com> Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security/apparmor/include')
-rw-r--r--security/apparmor/include/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/include/file.h b/security/apparmor/include/file.h
index aff26fc71407..a7672dacd001 100644
--- a/security/apparmor/include/file.h
+++ b/security/apparmor/include/file.h
@@ -167,7 +167,7 @@ int aa_audit_file(struct aa_profile *profile, struct aa_perms *perms,
* @perms: permission table indexed by the matched state accept entry of @dfa
* @trans: transition table for indexed by named x transitions
*
- * File permission are determined by matching a path against @dfa and then
+ * File permission are determined by matching a path against @dfa and
* then using the value of the accept entry for the matching state as
* an index into @perms. If a named exec transition is required it is
* looked up in the transition table.