OSDN Git Service

docs: networking: swap words in icmp_errors_use_inbound_ifaddr doc
authorVincent Bernat <vincent@bernat.ch>
Sat, 30 Jan 2021 19:05:18 +0000 (20:05 +0100)
committerJakub Kicinski <kuba@kernel.org>
Tue, 2 Feb 2021 04:03:51 +0000 (20:03 -0800)
Signed-off-by: Vincent Bernat <vincent@bernat.ch>
Link: https://lore.kernel.org/r/20210130190518.854806-1-vincent@bernat.ch
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/networking/ip-sysctl.rst

index c7b775d..fa544e9 100644 (file)
@@ -1196,7 +1196,7 @@ icmp_errors_use_inbound_ifaddr - BOOLEAN
 
        If non-zero, the message will be sent with the primary address of
        the interface that received the packet that caused the icmp error.
-       This is the behaviour network many administrators will expect from
+       This is the behaviour many network administrators will expect from
        a router. And it can make debugging complicated network layouts
        much easier.