aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorLucas Correia Villa Real <lucasvr@gobolinux.org>2005-05-03 14:34:20 -0700
committerDavid S. Miller <davem@davemloft.net>2005-05-03 14:34:20 -0700
commit20cc6befa23bb993cf4a4c58becb1dd99e7fc927 (patch)
treee67029e0639cb789e124f91100ac7df992b6552c /net
parent[WAN]: kfree of NULL pointer is valid (diff)
downloadlinux-dev-20cc6befa23bb993cf4a4c58becb1dd99e7fc927.tar.xz
linux-dev-20cc6befa23bb993cf4a4c58becb1dd99e7fc927.zip
[PKT_SCHED]: fix typo on Kconfig
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>
Diffstat (limited to 'net')
-rw-r--r--net/sched/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index 9c118baed9dc..b0941186f867 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -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).