summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorMiaohe Lin <linmiaohe@huawei.com>2020-08-27 07:27:49 -0400
committerDavid S. Miller <davem@davemloft.net>2020-08-27 07:55:59 -0700
commit645f08975f49441b3e753d8dc5b740cbcb226594 (patch)
treeeed09695e3419e53d928dc4689e6ef761847f0a9 /include/uapi/linux
parenta092b7233f0e000cc6f2c71a49e2ecc6f917a5fc (diff)
downloadlinux-stable-645f08975f49441b3e753d8dc5b740cbcb226594.tar.gz
linux-stable-645f08975f49441b3e753d8dc5b740cbcb226594.tar.bz2
linux-stable-645f08975f49441b3e753d8dc5b740cbcb226594.zip
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/linux')
-rw-r--r--include/uapi/linux/in.h2
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