apparmor: fix typo "traverse"
authorZygmunt Krynicki <zygmunt.krynicki@canonical.com>
Thu, 12 Apr 2018 10:34:32 +0000 (12:34 +0200)
committerJohn Johansen <john.johansen@canonical.com>
Thu, 3 May 2018 07:50:12 +0000 (00:50 -0700)
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>
security/apparmor/match.c

index 280eba082c7bfbb05b0c96d8d4bd7aa3e604a7a8..55f2ee505a019411de885560a5e80f79a23d0e5b 100644 (file)
@@ -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
  *