瀏覽代碼

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>
Zygmunt Krynicki 7 年之前
父節點
當前提交
5d2371e123
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      security/apparmor/match.c

+ 1 - 1
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
  *