[PATCH][Doc][Trivial] fix spelling error related to IPComp help inKconfig

From: Jesper Juhl
Date: Tue Oct 26 2004 - 13:38:47 EST



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

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.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/