diff options
author | Alexandre Cassen <acassen@freebox.fr> | 2009-10-07 17:50:30 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-07 17:50:30 -0400 |
commit | 8a6dfd43d1891882f8ca05d73aa7735fb0edae3b (patch) | |
tree | 86f42268d287bb7f807d27e5e730ea2119521ec0 /net/ipv6/Kconfig | |
parent | 4b17d50f9e9034be3fe0414dc3492c0071dba75c (diff) |
IPv6: Fix 6RD typo
Following fix a small typo.
Signed-off-by: Alexandre Cassen <acassen@freebox.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/Kconfig')
-rw-r--r-- | net/ipv6/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig index f56199827452..a578096152ab 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig | |||
@@ -171,7 +171,7 @@ config IPV6_SIT | |||
171 | Saying M here will produce a module called sit. If unsure, say Y. | 171 | Saying M here will produce a module called sit. If unsure, say Y. |
172 | 172 | ||
173 | config IPV6_SIT_6RD | 173 | config IPV6_SIT_6RD |
174 | bool "IPv6: IPv6 Rapid Development (6RD) (EXPERIMENTAL)" | 174 | bool "IPv6: IPv6 Rapid Deployment (6RD) (EXPERIMENTAL)" |
175 | depends on IPV6_SIT && EXPERIMENTAL | 175 | depends on IPV6_SIT && EXPERIMENTAL |
176 | default n | 176 | default n |
177 | ---help--- | 177 | ---help--- |