You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
John Johansen
parent
69ad4a44a2
commit
5d2371e123
@@ -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
|
* 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
|
* @state: the state to start in
|
||||||
* @c: the input character to transition on
|
* @c: the input character to transition on
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user