]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - net/ipv6/seg6_local.c
net: seg6: trivial fix of a spelling mistake in comment
[mirror_ubuntu-jammy-kernel.git] / net / ipv6 / seg6_local.c
index 8936f48570fcb54b90a279af36de0a4f3154cba4..bd7140885e60ec06c269fd7b1b014dc832aedf16 100644 (file)
@@ -1475,7 +1475,7 @@ static int parse_nla_action(struct nlattr **attrs, struct seg6_local_lwt *slwt)
        /* Forcing the desc->optattrs *set* and the desc->attrs *set* to be
         * disjoined, this allow us to release acquired resources by optional
         * attributes and by required attributes independently from each other
-        * without any interfarence.
+        * without any interference.
         * In other terms, we are sure that we do not release some the acquired
         * resources twice.
         *