ipv6: Correct spelling in ipv6.h
authorSimon Horman <horms@kernel.org>
Thu, 22 Aug 2024 12:57:25 +0000 (13:57 +0100)
committerJakub Kicinski <kuba@kernel.org>
Mon, 26 Aug 2024 16:37:22 +0000 (09:37 -0700)
Correct spelling in ip_tunnels.h
As reported by codespell.

Cc: David Ahern <dsahern@kernel.org>
Signed-off-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240822-net-spell-v1-4-3a98971ce2d2@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/ipv6.h

index e7113855a10fd0b31dcc913c183f9997e9cdc3f5..248bfb26e2af9c10dbe512e9a31d80ef7a3186fc 100644 (file)
@@ -851,7 +851,7 @@ static inline int __ipv6_addr_diff32(const void *token1, const void *token2, int
         *      we should *never* get to this point since that
         *      would mean the addrs are equal
         *
-        *      However, we do get to it 8) And exacly, when
+        *      However, we do get to it 8) And exactly, when
         *      addresses are equal 8)
         *
         *      ip route add 1111::/128 via ...
@@ -973,7 +973,7 @@ static inline __be32 ip6_make_flowlabel(struct net *net, struct sk_buff *skb,
        hash = skb_get_hash_flowi6(skb, fl6);
 
        /* Since this is being sent on the wire obfuscate hash a bit
-        * to minimize possbility that any useful information to an
+        * to minimize possibility that any useful information to an
         * attacker is leaked. Only lower 20 bits are relevant.
         */
        hash = rol32(hash, 16);