netfilter: conntrack: fix typo
authorJeremy Sowden <jeremy@azazel.net>
Tue, 7 Mar 2023 23:30:48 +0000 (23:30 +0000)
committerFlorian Westphal <fw@strlen.de>
Wed, 8 Mar 2023 13:25:43 +0000 (14:25 +0100)
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>
net/netfilter/nf_conntrack_core.c

index 7250082..004c541 100644 (file)
@@ -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,