From: Deming Wang Date: Wed, 25 Oct 2023 06:14:34 +0000 (-0400) Subject: net: ipv4: fix typo in comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=197f9fba9663e765f8f3ae3b2375c6cc32b2e2b3;p=linux.git net: ipv4: fix typo in comments The word "advertize" should be replaced by "advertise". Signed-off-by: Deming Wang Signed-off-by: David S. Miller --- diff --git a/net/ipv4/esp4.c b/net/ipv4/esp4.c index d18f0f092fe73..4ccfc104f13a5 100644 --- a/net/ipv4/esp4.c +++ b/net/ipv4/esp4.c @@ -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. */