]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PKT_SCHED]: fix typo on Kconfig
authorLucas Correia Villa Real <lucasvr@gobolinux.org>
Tue, 3 May 2005 21:34:20 +0000 (14:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 May 2005 21:34:20 +0000 (14:34 -0700)
This is a trivial fix for a typo on Kconfig, where the Generic Random Early
Detection algorithm is abbreviated as RED instead of GRED.

Signed-off-by: Lucas Correia Villa Real <lucasvr@gobolinux.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/Kconfig

index 9c118baed9dc5e4ad3c0570da725ee4be6d51fca..b0941186f867710a4f4ca4a9fdb486aa2d9b1455 100644 (file)
@@ -185,7 +185,7 @@ config NET_SCH_GRED
        depends on NET_SCHED
        help
          Say Y here if you want to use the Generic Random Early Detection
-         (RED) packet scheduling algorithm for some of your network devices
+         (GRED) packet scheduling algorithm for some of your network devices
          (see the top of <file:net/sched/sch_red.c> for details and
          references about the algorithm).