[PATCH] net/ipv6/ndisc: Fix typo in a comment line

From: Markus Elfring
Date: Tue Jul 16 2024 - 04:37:47 EST


From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 16 Jul 2024 10:28:37 +0200

Adjust this description for a condition check.

Signed-off-by: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx>
---
net/ipv6/ndisc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c
index 254b192c5705..4d0785bf6937 100644
--- a/net/ipv6/ndisc.c
+++ b/net/ipv6/ndisc.c
@@ -1020,7 +1020,7 @@ static enum skb_drop_reason ndisc_recv_na(struct sk_buff *skb)
}

/* For some 802.11 wireless deployments (and possibly other networks),
- * there will be a NA proxy and unsolicitd packets are attacks
+ * there will be a NA proxy and unsolicited packets are attacks
* and thus should not be accepted.
* drop_unsolicited_na takes precedence over accept_untracked_na
*/
--
2.45.2