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>
···472472473473/**474474 * aa_dfa_next - step one character to the next state in the dfa475475- * @dfa: the dfa to tranverse (NOT NULL)475475+ * @dfa: the dfa to traverse (NOT NULL)476476 * @state: the state to start in477477 * @c: the input character to transition on478478 *