Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
John Johansen
ef704545 31ec99e1

+1 -1
+1 -1
security/apparmor/include/file.h
··· 167 167 * @perms: permission table indexed by the matched state accept entry of @dfa 168 168 * @trans: transition table for indexed by named x transitions 169 169 * 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 171 171 * then using the value of the accept entry for the matching state as 172 172 * an index into @perms. If a named exec transition is required it is 173 173 * looked up in the transition table.