Commit ef704545 authored by Randy Dunlap's avatar Randy Dunlap Committed by John Johansen
Browse files

security: apparmor: file.h: delete duplicated word



Delete the doubled word "then" in a comment.

Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Reviewed-by: default avatarSeth Arnold <seth.arnold@canonical.com>
Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
parent 31ec99e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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
 * @perms: permission table indexed by the matched state accept entry of @dfa
 * @trans: transition table for indexed by named x transitions
 * @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
 * 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
 * an index into @perms.  If a named exec transition is required it is
 * looked up in the transition table.
 * looked up in the transition table.