Skip to content

Commit

Permalink
net: ipv6: fix typo in comments
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Deming Wang authored and David S. Miller committed Oct 25, 2023
1 parent 197f9fb commit 1711435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv6/esp6.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 1711435

Please sign in to comment.