Skip to content

Commit ef70454

Browse files
rddunlapjrjohansen
authored andcommitted
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>
1 parent 31ec99e commit ef70454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • security/apparmor/include

security/apparmor/include/file.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ int aa_audit_file(struct aa_profile *profile, struct aa_perms *perms,
167167
* @perms: permission table indexed by the matched state accept entry of @dfa
168168
* @trans: transition table for indexed by named x transitions
169169
*
170-
* File permission are determined by matching a path against @dfa and then
170+
* File permission are determined by matching a path against @dfa and
171171
* then using the value of the accept entry for the matching state as
172172
* an index into @perms. If a named exec transition is required it is
173173
* looked up in the transition table.

0 commit comments

Comments
 (0)