Fix common misspellings

Fixes generated by 'codespell' and manually reviewed.

Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
このコミットが含まれているのは:
Lucas De Marchi
2011-03-30 22:57:33 -03:00
コミット 25985edced
2463個のファイルの変更4252行の追加4252行の削除

ファイルの表示

@@ -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;
}