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

apparmor: fix typo "traverse"

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
Acked-by: Christian Boltz <apparmor@cboltz.de>
Signed-off-by: John Johansen <john.johansen@canonical.com>

authored by

Zygmunt Krynicki and committed by
John Johansen
5d2371e1 69ad4a44

+1 -1
+1 -1
security/apparmor/match.c
··· 472 472 473 473 /** 474 474 * aa_dfa_next - step one character to the next state in the dfa 475 - * @dfa: the dfa to tranverse (NOT NULL) 475 + * @dfa: the dfa to traverse (NOT NULL) 476 476 * @state: the state to start in 477 477 * @c: the input character to transition on 478 478 *