diff mbox

IPv6: Fix 6RD typo

Message ID 20091007214534.GA1800@lnxos.staff.proxad.net
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Alexandre Cassen Oct. 7, 2009, 9:45 p.m. UTC
Following fix a small typo.

Signed-off-by: Alexandre Cassen <acassen@freebox.fr>
---
 net/ipv6/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

David Miller Oct. 7, 2009, 9:50 p.m. UTC | #1
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
diff mbox

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---