aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2017-01-24 21:45:15 +0900
committerJonathan Corbet <corbet@lwn.net>2017-01-26 15:25:41 -0700
commit8da9704c8bb7d4b0a2b051a5a7eda9b049f5f766 (patch)
treebada30d98a2fc59350942db78add2429e71a2b7f /Documentation/networking
parentkernel-doc: Handle returning pointers to pointers (diff)
downloadlinux-dev-8da9704c8bb7d4b0a2b051a5a7eda9b049f5f766.tar.xz
linux-dev-8da9704c8bb7d4b0a2b051a5a7eda9b049f5f766.zip
Doc: Fix double words in Documentation
This patch fix some double words found in Documentation. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/kcm.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/kcm.txt b/Documentation/networking/kcm.txt
index 3476ede5bc2c..9a513295b07c 100644
--- a/Documentation/networking/kcm.txt
+++ b/Documentation/networking/kcm.txt
@@ -272,7 +272,7 @@ on the socket thus waking up the application thread. When the application
sees the error (which may just be a disconnect) it should unattach the
socket from KCM and then close it. It is assumed that once an error is
posted on the TCP socket the data stream is unrecoverable (i.e. an error
-may have occurred in in the middle of receiving a messssge).
+may have occurred in the middle of receiving a messssge).
TCP connection monitoring
-------------------------