diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-27 04:42:38 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-28 17:31:13 -0700 |
commit | a66e04ce0e01ec8be981a583ae200ac1f0dbd736 (patch) | |
tree | 67d5b118e291f97ce77dc46bbd6fd035ad7f1c24 /net/ipv4/ip_output.c | |
parent | e919ee389c18c04c2eb9d4b0fdbc9b52545cce37 (diff) | |
download | linux-a66e04ce0e01ec8be981a583ae200ac1f0dbd736.tar.bz2 |
ipv4: ip_output.c: Couple of typo fixes
s/readibility/readability/
s/insufficent/insufficient/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/ip_output.c')
-rw-r--r-- | net/ipv4/ip_output.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index 3aab53beb4ea..c3efc7d658f6 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c @@ -34,7 +34,7 @@ * Andi Kleen : Replace ip_reply with ip_send_reply. * Andi Kleen : Split fast and slow ip_build_xmit path * for decreased register pressure on x86 - * and more readibility. + * and more readability. * Marc Boucher : When call_out_firewall returns FW_QUEUE, * silently drop skb instead of failing with -EPERM. * Detlev Wengorz : Copy protocol for fragments. @@ -262,7 +262,7 @@ static int ip_finish_output_gso(struct net *net, struct sock *sk, * interface with a smaller MTU. * - Arriving GRO skb (or GSO skb in a virtualized environment) that is * bridged to a NETIF_F_TSO tunnel stacked over an interface with an - * insufficent MTU. + * insufficient MTU. */ features = netif_skb_features(skb); BUILD_BUG_ON(sizeof(*IPCB(skb)) > SKB_GSO_CB_OFFSET); |