mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 15:09:50 -04:00
netfilter: conntrack: fix typo
There's a spelling mistake in a comment. Fix it. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Florian Westphal <fw@strlen.de>
This commit is contained in:
committed by
Florian Westphal
parent
6bb382bcf7
commit
e5d015a114
@@ -1294,7 +1294,7 @@ __nf_conntrack_confirm(struct sk_buff *skb)
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(__nf_conntrack_confirm);
|
||||
|
||||
/* Returns true if a connection correspondings to the tuple (required
|
||||
/* Returns true if a connection corresponds to the tuple (required
|
||||
for NAT). */
|
||||
int
|
||||
nf_conntrack_tuple_taken(const struct nf_conntrack_tuple *tuple,
|
||||
|
||||
Reference in New Issue
Block a user