aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2015-02-14 13:47:54 -0500
committerDavid S. Miller <davem@davemloft.net>2015-02-14 20:36:08 -0800
commitca9f1fd263e14765a4c213e46940876ad78fce28 (patch)
tree0320c9bb1e391b4f0b2fedfc9ee031c8ac5f69b8 /net/ipv4
parentnet/core: Fix warning while make xmldocs caused by dev.c (diff)
downloadlinux-dev-ca9f1fd263e14765a4c213e46940876ad78fce28.tar.xz
linux-dev-ca9f1fd263e14765a4c213e46940876ad78fce28.zip
net: spelling fixes
Spelling errors caught by codespell. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r--net/ipv4/devinet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/devinet.c b/net/ipv4/devinet.c
index f0b4a31d7bd6..3a8985c94581 100644
--- a/net/ipv4/devinet.c
+++ b/net/ipv4/devinet.c
@@ -1186,7 +1186,7 @@ __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope)
no_in_dev:
/* Not loopback addresses on loopback should be preferred
- in this case. It is importnat that lo is the first interface
+ in this case. It is important that lo is the first interface
in dev_base list.
*/
for_each_netdev_rcu(net, dev) {