aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorVincent Bernat <vincent@bernat.ch>2021-01-30 20:05:18 +0100
committerJakub Kicinski <kuba@kernel.org>2021-02-01 20:03:51 -0800
commit31628201545548e1ef167f2c55eb6fd7d3562f12 (patch)
tree7173583d65cbd9eb7de58cd850231bed03077eed /Documentation
parentudp: ipv4: manipulate network header of NATed UDP GRO fraglist (diff)
downloadlinux-dev-31628201545548e1ef167f2c55eb6fd7d3562f12.tar.xz
linux-dev-31628201545548e1ef167f2c55eb6fd7d3562f12.zip
docs: networking: swap words in icmp_errors_use_inbound_ifaddr doc
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/networking/ip-sysctl.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/ip-sysctl.rst b/Documentation/networking/ip-sysctl.rst
index c7b775da9554..fa544e9037b9 100644
--- a/Documentation/networking/ip-sysctl.rst
+++ b/Documentation/networking/ip-sysctl.rst
@@ -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.