diff options
author | Zygmunt Krynicki <zygmunt.krynicki@canonical.com> | 2018-04-12 12:34:32 +0200 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2018-05-03 00:50:12 -0700 |
commit | 5d2371e1235b6852ff606db076ebc7abee48a5a4 (patch) | |
tree | 1e626f0a4e8442b9881cb2317fb005e3200166ff /security | |
parent | 69ad4a44a26ee8fefdb75848ccb6784f5254f14c (diff) | |
download | linux-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/match.c b/security/apparmor/match.c index 280eba082c7b..55f2ee505a01 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 * |