Skip to content

Commit

Permalink
net: ipv4: 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 77a8c98 commit 197f9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/esp4.c
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ int esp_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 197f9fb

Please sign in to comment.