diff options
author | Alexandre Cassen <acassen@freebox.fr> | 2009-10-07 14:50:30 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-07 14:50:30 -0700 |
commit | 8a6dfd43d1891882f8ca05d73aa7735fb0edae3b (patch) | |
tree | 86f42268d287bb7f807d27e5e730ea2119521ec0 /net/ipv6/Kconfig | |
parent | 4b17d50f9e9034be3fe0414dc3492c0071dba75c (diff) | |
download | op-kernel-dev-8a6dfd43d1891882f8ca05d73aa7735fb0edae3b.zip op-kernel-dev-8a6dfd43d1891882f8ca05d73aa7735fb0edae3b.tar.gz |
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 f561998..a578096 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig @@ -171,7 +171,7 @@ config IPV6_SIT Saying M here will produce a module called sit. If unsure, say Y. config IPV6_SIT_6RD - bool "IPv6: IPv6 Rapid Development (6RD) (EXPERIMENTAL)" + bool "IPv6: IPv6 Rapid Deployment (6RD) (EXPERIMENTAL)" depends on IPV6_SIT && EXPERIMENTAL default n ---help--- |