diff options
author | Miaohe Lin <linmiaohe@huawei.com> | 2020-08-27 07:27:49 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-08-27 07:55:59 -0700 |
commit | 645f08975f49441b3e753d8dc5b740cbcb226594 (patch) | |
tree | eed09695e3419e53d928dc4689e6ef761847f0a9 /include/uapi | |
parent | a092b7233f0e000cc6f2c71a49e2ecc6f917a5fc (diff) | |
download | linux-645f08975f49441b3e753d8dc5b740cbcb226594.tar.bz2 |
net: Fix some comments
Fix some comments, including wrong function name, duplicated word and so
on.
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/in.h b/include/uapi/linux/in.h index 3d0d8231dc19..7d6687618d80 100644 --- a/include/uapi/linux/in.h +++ b/include/uapi/linux/in.h @@ -135,7 +135,7 @@ struct in_addr { * this socket to prevent accepting spoofed ones. */ #define IP_PMTUDISC_INTERFACE 4 -/* weaker version of IP_PMTUDISC_INTERFACE, which allos packets to get +/* weaker version of IP_PMTUDISC_INTERFACE, which allows packets to get * fragmented if they exeed the interface mtu */ #define IP_PMTUDISC_OMIT 5 |