| Submitter | Alexandre Cassen |
|---|---|
| Date | Oct. 7, 2009, 9:45 p.m. |
| Message ID | <20091007214534.GA1800@lnxos.staff.proxad.net> |
| Download | mbox | patch |
| Permalink | /patch/35376/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Alexandre Cassen <acassen@freebox.fr> Date: Wed, 7 Oct 2009 23:45:34 +0200 > Following fix a small typo. > > Signed-off-by: Alexandre Cassen <acassen@freebox.fr> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
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---
Following fix a small typo. Signed-off-by: Alexandre Cassen <acassen@freebox.fr> --- net/ipv6/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)