diff options
author | Masanari Iida <standby24x7@gmail.com> | 2017-01-24 21:45:15 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-01-26 15:25:41 -0700 |
commit | 8da9704c8bb7d4b0a2b051a5a7eda9b049f5f766 (patch) | |
tree | bada30d98a2fc59350942db78add2429e71a2b7f /Documentation/networking | |
parent | 5a0bc578e0723b71ecb19f5796d0b0f937785d92 (diff) | |
download | linux-8da9704c8bb7d4b0a2b051a5a7eda9b049f5f766.tar.gz linux-8da9704c8bb7d4b0a2b051a5a7eda9b049f5f766.tar.bz2 linux-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.txt | 2 |
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 ------------------------- |