login
Header Space

 
 

[PATCH] fix typo in net/ipv6/Kconfig

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <netdev@...>
Date: Thursday, April 24, 2008 - 8:40 am

From: Michael Beasley <youvegotmoxie@gmail.com>

Two is used in the wrong context here, as you are connecting to an IPv6 network
over IPv4; not connecting two IPv6 networks to an IPv4 one.

Signed-off-by: Michael Beasley <youvegotmoxie@gmail.com>
---

diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig
index eb0b808..56b4d86 100644
--- a/net/ipv6/Kconfig
+++ b/net/ipv6/Kconfig
@@ -172,7 +172,7 @@ config IPV6_SIT
 	  Tunneling means encapsulating data of one protocol type within
 	  another protocol and sending it over a channel that understands the
 	  encapsulating protocol. This driver implements encapsulation of IPv6
-	  into IPv4 packets. This is useful if you want to connect two IPv6
+	  into IPv4 packets. This is useful if you want to connect to IPv6
 	  networks over an IPv4-only path.
 
 	  Saying M here will produce a module called sit.ko. If unsure, say Y.

---
--
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] fix typo in net/ipv6/Kconfig, Michael Beasley, (Thu Apr 24, 8:40 am)
Re: [PATCH] fix typo in net/ipv6/Kconfig, David Miller, (Fri Apr 25, 2:50 am)
Re: [PATCH] fix typo in net/ipv6/Kconfig, Maciej W. Rozycki, (Fri Apr 25, 7:59 pm)
Re: [PATCH] fix typo in net/ipv6/Kconfig, David Miller, (Sun Apr 27, 1:51 am)
speck-geostationary