Commit 5d2371e1 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki Committed by John Johansen

apparmor: fix typo "traverse"

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@canonical.com>
Acked-by: default avatarChristian Boltz <apparmor@cboltz.de>
Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
parent 69ad4a44
......@@ -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
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment