summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorZygmunt Krynicki <zygmunt.krynicki@canonical.com>2018-04-12 12:34:32 +0200
committerJohn Johansen <john.johansen@canonical.com>2018-05-03 00:50:12 -0700
commit5d2371e1235b6852ff606db076ebc7abee48a5a4 (patch)
tree1e626f0a4e8442b9881cb2317fb005e3200166ff /security
parent69ad4a44a26ee8fefdb75848ccb6784f5254f14c (diff)
downloadop-kernel-dev-5d2371e1235b6852ff606db076ebc7abee48a5a4.zip
op-kernel-dev-5d2371e1235b6852ff606db076ebc7abee48a5a4.tar.gz
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>
Diffstat (limited to 'security')
-rw-r--r--security/apparmor/match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/match.c b/security/apparmor/match.c
index 280eba0..55f2ee5 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
*
OpenPOWER on IntegriCloud