Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[GitHub/LineageOS/android_kernel_samsung_universal7580.git] / net / ipv6 / netfilter / nf_conntrack_reasm.c
index 098a050a20b09817095f8241dfa6395fd14b43d2..13ef5bc05cf5220a3e2aa62543c4a12b79e5a98a 100644 (file)
@@ -199,7 +199,7 @@ static int nf_ct_frag6_queue(struct nf_ct_frag6_queue *fq, struct sk_buff *skb,
        int offset, end;
 
        if (fq->q.last_in & INET_FRAG_COMPLETE) {
-               pr_debug("Allready completed\n");
+               pr_debug("Already completed\n");
                goto err;
        }