diff options
author | Jeremy Sowden | 2023-03-07 23:30:48 +0000 |
---|---|---|
committer | Florian Westphal | 2023-03-08 14:25:43 +0100 |
commit | e5d015a114dad6a50c22cf282007f7d92086df46 (patch) | |
tree | 1650881fc735486ff790c986385dadca14b5deea /net | |
parent | 6bb382bcf742de5c17209848325653059c995a04 (diff) |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/netfilter/nf_conntrack_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/nf_conntrack_core.c b/net/netfilter/nf_conntrack_core.c index 7250082e7de5..004c54132a3b 100644 --- a/net/netfilter/nf_conntrack_core.c +++ b/net/netfilter/nf_conntrack_core.c @@ -1294,7 +1294,7 @@ dying: } 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, |