From: Zygmunt Krynicki Date: Thu, 12 Apr 2018 10:34:32 +0000 (+0200) Subject: apparmor: fix typo "traverse" X-Git-Tag: v4.18-rc1~28^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d2371e1235b6852ff606db076ebc7abee48a5a4;p=thirdparty%2Fkernel%2Flinux.git apparmor: fix typo "traverse" Signed-off-by: Zygmunt Krynicki Acked-by: Christian Boltz Signed-off-by: John Johansen --- diff --git a/security/apparmor/match.c b/security/apparmor/match.c index 280eba082c7bf..55f2ee505a019 100644 --- a/security/apparmor/match.c +++ b/security/apparmor/match.c @@ -472,7 +472,7 @@ unsigned int aa_dfa_match(struct aa_dfa *dfa, unsigned int start, /** * aa_dfa_next - step one character to the next state in the dfa - * @dfa: the dfa to tranverse (NOT NULL) + * @dfa: the dfa to traverse (NOT NULL) * @state: the state to start in * @c: the input character to transition on *