diff options
author | 2023-10-25 02:14:34 -0400 | |
---|---|---|
committer | 2023-10-25 10:38:07 +0100 | |
commit | 197f9fba9663e765f8f3ae3b2375c6cc32b2e2b3 (patch) | |
tree | 4f9de02ce87512fd0f5b99ddf405145a557b48f2 | |
parent | i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITR (diff) | |
download | wireguard-linux-197f9fba9663e765f8f3ae3b2375c6cc32b2e2b3.tar.xz wireguard-linux-197f9fba9663e765f8f3ae3b2375c6cc32b2e2b3.zip |
net: ipv4: 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 '')
-rw-r--r-- | net/ipv4/esp4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/esp4.c b/net/ipv4/esp4.c index d18f0f092fe7..4ccfc104f13a 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. */ |