Commit a9799084 authored by James Mayer's avatar James Mayer Committed by David S. Miller

net/ipv4/netfilter/ip_conntrack_core.c: Fix comment typo.

parent 80cbc5b9
......@@ -464,7 +464,7 @@ __ip_conntrack_confirm(struct nf_ct_info *nfct)
&ct->tuplehash[IP_CT_DIR_REPLY]);
/* Timer relative to confirmation time, not original
setting time, otherwise we'd get timer wrap in
wierd delay cases. */
weird delay cases. */
ct->timeout.expires += jiffies;
add_timer(&ct->timeout);
atomic_inc(&ct->ct_general.use);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment