diff options
author | Alexander Zubkov <green@qrator.net> | 2024-10-08 18:27:57 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-10-09 19:55:40 -0700 |
commit | 80c549cd1ab0241a7af262690a0ff9991fc74ec5 (patch) | |
tree | 4180ee883540916925d11e3e8df0094d0f6b7797 /include/uapi/linux/udp.h | |
parent | e4650d7ae4252f67e997a632adfae0dd74d3a99a (diff) | |
download | lwn-80c549cd1ab0241a7af262690a0ff9991fc74ec5.tar.gz lwn-80c549cd1ab0241a7af262690a0ff9991fc74ec5.zip |
Fix misspelling of "accept*" in net
Several files have "accept*" misspelled as "accpet*" in the comments.
Fix all such occurrences.
Signed-off-by: Alexander Zubkov <green@qrator.net>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20241008162756.22618-2-green@qrator.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/uapi/linux/udp.h')
-rw-r--r-- | include/uapi/linux/udp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/udp.h b/include/uapi/linux/udp.h index 1a0fe8b151fb..d85d671deed3 100644 --- a/include/uapi/linux/udp.h +++ b/include/uapi/linux/udp.h @@ -31,7 +31,7 @@ struct udphdr { #define UDP_CORK 1 /* Never send partially complete segments */ #define UDP_ENCAP 100 /* Set the socket to accept encapsulated packets */ #define UDP_NO_CHECK6_TX 101 /* Disable sending checksum for UDP6X */ -#define UDP_NO_CHECK6_RX 102 /* Disable accpeting checksum for UDP6 */ +#define UDP_NO_CHECK6_RX 102 /* Disable accepting checksum for UDP6 */ #define UDP_SEGMENT 103 /* Set GSO segmentation size */ #define UDP_GRO 104 /* This socket can receive UDP GRO packets */ |