aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/udplite.txt
diff options
context:
space:
mode:
authorMatt LaPlante <kernel1@cyberdogtech.com>2007-05-09 07:35:06 +0200
committerAdrian Bunk <bunk@stusta.de>2007-05-09 08:58:15 +0200
commita982ac06b069f6ee9ea1b64f4ce68cdf2e138742 (patch)
treefb120a416db15d09722e8780b7a09d0da1a9b94e /Documentation/networking/udplite.txt
parentRemove obsolete fat_cvf help text (diff)
downloadlinux-dev-a982ac06b069f6ee9ea1b64f4ce68cdf2e138742.tar.xz
linux-dev-a982ac06b069f6ee9ea1b64f4ce68cdf2e138742.zip
misc doc and kconfig typos
Fix various typos in kernel docs and Kconfigs, 2.6.21-rc4. Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'Documentation/networking/udplite.txt')
-rw-r--r--Documentation/networking/udplite.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/udplite.txt b/Documentation/networking/udplite.txt
index dd6f46b83dab..6be09ba24a36 100644
--- a/Documentation/networking/udplite.txt
+++ b/Documentation/networking/udplite.txt
@@ -139,7 +139,7 @@
3) Disabling the Checksum Computation
On both sender and receiver, checksumming will always be performed
- and can not be disabled using SO_NO_CHECK. Thus
+ and cannot be disabled using SO_NO_CHECK. Thus
setsockopt(sockfd, SOL_SOCKET, SO_NO_CHECK, ... );