projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b17d50
)
IPv6: Fix 6RD typo
author
Alexandre Cassen
<acassen@freebox.fr>
Wed, 7 Oct 2009 21:50:30 +0000
(14:50 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 7 Oct 2009 21:50:30 +0000
(14:50 -0700)
Following fix a small typo.
Signed-off-by: Alexandre Cassen <acassen@freebox.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv6/Kconfig
b/net/ipv6/Kconfig
index f561998274520a1380a2da63c47e5b543fb6f4d8..a578096152ab8acf46f7fdb997403c7be9ebd5ef 100644
(file)
--- 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 De
velop
ment (6RD) (EXPERIMENTAL)"
+ bool "IPv6: IPv6 Rapid De
ploy
ment (6RD) (EXPERIMENTAL)"
depends on IPV6_SIT && EXPERIMENTAL
default n
---help---