aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-03 15:41:15 -0700
committerDavid S. Miller <davem@davemloft.net>2020-07-04 17:46:21 -0700
commite54ac95afb2fe9dabcbb139b1705d5a8fe96345a (patch)
tree5cf8f1714f106ffdc6f0f8448c135e1501d5dfc4 /Documentation
parentDocumentation: networking: ipvs-sysctl: drop doubled word (diff)
downloadwireguard-linux-e54ac95afb2fe9dabcbb139b1705d5a8fe96345a.tar.xz
wireguard-linux-e54ac95afb2fe9dabcbb139b1705d5a8fe96345a.zip
Documentation: networking: rxrpc: drop doubled word
Drop the doubled word "have". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Cc: "David S. Miller" <davem@davemloft.net> Cc: Jakub Kicinski <kuba@kernel.org> Cc: netdev@vger.kernel.org Cc: David Howells <dhowells@redhat.com> Cc: linux-afs@lists.infradead.org Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/networking/rxrpc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/rxrpc.rst b/Documentation/networking/rxrpc.rst
index 68552b92dc44..39c2249c7aa7 100644
--- a/Documentation/networking/rxrpc.rst
+++ b/Documentation/networking/rxrpc.rst
@@ -186,7 +186,7 @@ About the AF_RXRPC driver:
time [tunable] after the last connection using it discarded, in case a new
connection is made that could use it.
- (#) A client-side connection is only shared between calls if they have have
+ (#) A client-side connection is only shared between calls if they have
the same key struct describing their security (and assuming the calls
would otherwise share the connection). Non-secured calls would also be
able to share connections with each other.