public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Beasley <youvegotmoxie@gmail.com>
To: netdev@vger.kernel.org
Subject: [PATCH] fix typo in net/ipv6/Kconfig
Date: Thu, 24 Apr 2008 08:40:09 -0400	[thread overview]
Message-ID: <20080424084009.61f773a6@snafu.setup> (raw)

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.

---

             reply	other threads:[~2008-04-24 12:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-24 12:40 Michael Beasley [this message]
2008-04-25  6:50 ` [PATCH] fix typo in net/ipv6/Kconfig David Miller
2008-04-25 23:59   ` Maciej W. Rozycki
2008-04-27  5:51     ` David Miller
     [not found] <20080424103950.GA6723@snafu.setup>
2008-04-24 10:47 ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080424084009.61f773a6@snafu.setup \
    --to=youvegotmoxie@gmail.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox