security: apparmor: file.h: delete duplicated word
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 25 Jan 2021 19:53:50 +0000 (11:53 -0800)
committerJohn Johansen <john.johansen@canonical.com>
Sun, 7 Feb 2021 12:15:08 +0000 (04:15 -0800)
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>
security/apparmor/include/file.h

index aff26fc71407482ff5e6b973fc104580a24923a4..a7672dacd001ca0ace4779b2f831cd561a7047a3 100644 (file)
@@ -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.