net: ipv6: fix typo in comments

Message ID 20231025061656.2149-1-wangdeming@inspur.com
State New
Headers
Series net: ipv6: fix typo in comments |

Commit Message

Deming Wang Oct. 25, 2023, 6:16 a.m. UTC
  The word "advertize" should be replaced by "advertise".

Signed-off-by: Deming Wang <wangdeming@inspur.com>
---
 net/ipv6/esp6.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 25, 2023, 9:40 a.m. UTC | #1
Hello:

This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Wed, 25 Oct 2023 02:16:56 -0400 you wrote:
> The word "advertize" should be replaced by "advertise".
> 
> Signed-off-by: Deming Wang <wangdeming@inspur.com>
> ---
>  net/ipv6/esp6.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - net: ipv6: fix typo in comments
    https://git.kernel.org/netdev/net/c/1711435e3e67

You are awesome, thank you!
  

Patch

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.
 		 */