浏览代码

[PKT_SCHED]: Fix typo in NET_EMATCH_STACK help text

Spotted by Geert Uytterhoeven <geert@linux-m68k.org>.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Thomas Graf 20 年之前
父节点
当前提交
b824979aec
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      net/sched/Kconfig

+ 1 - 1
net/sched/Kconfig

@@ -405,7 +405,7 @@ config NET_EMATCH_STACK
 	---help---
 	---help---
 	  Size of the local stack variable used while evaluating the tree of
 	  Size of the local stack variable used while evaluating the tree of
 	  ematches. Limits the depth of the tree, i.e. the number of
 	  ematches. Limits the depth of the tree, i.e. the number of
-	  encapsulated precedences. Every level requires 4 bytes of addtional
+	  encapsulated precedences. Every level requires 4 bytes of additional
 	  stack space.
 	  stack space.
 
 
 config NET_EMATCH_CMP
 config NET_EMATCH_CMP