]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - net/netfilter/ipset/ip_set_core.c
Fix common misspellings
[mirror_ubuntu-zesty-kernel.git] / net / netfilter / ipset / ip_set_core.c
index d6b48230a54015d9b8cac977fe913e36ab07c79e..253326e8d99070805430c84a62fa55ca14f34237 100644 (file)
@@ -893,7 +893,7 @@ ip_set_swap(struct sock *ctnl, struct sk_buff *skb,
        to = ip_set_list[to_id];
 
        /* Features must not change.
-        * Not an artifical restriction anymore, as we must prevent
+        * Not an artificial restriction anymore, as we must prevent
         * possible loops created by swapping in setlist type of sets. */
        if (!(from->type->features == to->type->features &&
              from->type->family == to->type->family))