From: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
Date: Thu, 12 Apr 2018 10:34:32 +0000 (+0200)
Subject: apparmor: fix typo "traverse"
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5d2371e1235b6852ff606db076ebc7abee48a5a4;p=linux.git

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>
---

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
  *