]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - net/sched/act_pedit.c
Fix common misspellings
[mirror_ubuntu-zesty-kernel.git] / net / sched / act_pedit.c
index 50c7c06c019d6e217cb55623b8bbd282dfd2b439..7affe9a92757d1611065b54c047b9f6f75f09faa 100644 (file)
@@ -161,7 +161,7 @@ static int tcf_pedit(struct sk_buff *skb, struct tc_action *a,
                        }
                        if (offset > 0 && offset > skb->len) {
                                pr_info("tc filter pedit"
-                                       " offset %d cant exceed pkt length %d\n",
+                                       " offset %d can't exceed pkt length %d\n",
                                       offset, skb->len);
                                goto bad;
                        }