mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH][Doc][Trivial] fix spelling error related to IPComp help in Kconfig
@ 2004-10-26 18:44 Jesper Juhl
  2004-10-26 19:47 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jesper Juhl @ 2004-10-26 18:44 UTC (permalink / raw)
  To: linux-kernel; +Cc: netdev, Linux Kernel Trivial Patch Monkey


Small patch that fixes a spelling error (Payload misspelled as Paylod)in 
the IPComp help text in Kconfig (also expands the text to "IP Payload 
Compression Protocol (IPComp)" which is the title of RFC3173).
Please consider applying.

Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>

diff -urp linux-2.6.10-rc1-bk5-orig/net/ipv4/Kconfig linux-2.6.10-rc1-bk5/net/ipv4/Kconfig
--- linux-2.6.10-rc1-bk5-orig/net/ipv4/Kconfig	2004-10-18 23:54:55.000000000 +0200
+++ linux-2.6.10-rc1-bk5/net/ipv4/Kconfig	2004-10-26 20:30:35.000000000 +0200
@@ -331,8 +331,8 @@ config INET_IPCOMP
 	select CRYPTO
 	select CRYPTO_DEFLATE
 	---help---
-	  Support for IP Paylod Compression (RFC3173), typically needed
-	  for IPsec.
+	  Support for IP Payload Compression Protocol (IPComp) (RFC3173),
+	  typically needed for IPsec.
 	  
 	  If unsure, say Y.
 
diff -urp linux-2.6.10-rc1-bk5-orig/net/ipv6/Kconfig linux-2.6.10-rc1-bk5/net/ipv6/Kconfig
--- linux-2.6.10-rc1-bk5-orig/net/ipv6/Kconfig	2004-10-18 23:54:08.000000000 +0200
+++ linux-2.6.10-rc1-bk5/net/ipv6/Kconfig	2004-10-26 20:31:19.000000000 +0200
@@ -52,8 +52,8 @@ config INET6_IPCOMP
 	select CRYPTO
 	select CRYPTO_DEFLATE
 	---help---
-	  Support for IP Paylod Compression (RFC3173), typically needed
-	  for IPsec.
+	  Support for IP Payload Compression Protocol (IPComp) (RFC3173),
+	  typically needed for IPsec.
 
 	  If unsure, say Y.
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-10-26 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-26 18:44 [PATCH][Doc][Trivial] fix spelling error related to IPComp help in Kconfig Jesper Juhl
2004-10-26 19:47 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome