summaryrefslogtreecommitdiff
path: root/net/ipv6
diff options
context:
space:
mode:
authorDeming Wang <wangdeming@inspur.com>2023-10-25 02:16:56 -0400
committerDavid S. Miller <davem@davemloft.net>2023-10-25 10:38:07 +0100
commit1711435e3e67e079d6a2bce54d96d1af21c7ef2c (patch)
tree8946950057cb88fc294998a742cc7ea02011c025 /net/ipv6
parent197f9fba9663e765f8f3ae3b2375c6cc32b2e2b3 (diff)
net: ipv6: fix typo in comments
The word "advertize" should be replaced by "advertise". Signed-off-by: Deming Wang <wangdeming@inspur.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r--net/ipv6/esp6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/esp6.c b/net/ipv6/esp6.c
index e023d29e919c..2cc1a45742d8 100644
--- a/net/ipv6/esp6.c
+++ b/net/ipv6/esp6.c
@@ -833,7 +833,7 @@ int esp6_input_done2(struct sk_buff *skb, int err)
/*
* 1) if the NAT-T peer's IP or port changed then
- * advertize the change to the keying daemon.
+ * advertise the change to the keying daemon.
* This is an inbound SA, so just compare
* SRC ports.
*/