projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
197f9fb
)
net: ipv6: fix typo in comments
author
Deming Wang
<wangdeming@inspur.com>
Wed, 25 Oct 2023 06:16:56 +0000
(
02:16
-0400)
committer
David S. Miller
<davem@davemloft.net>
Wed, 25 Oct 2023 09:38:07 +0000
(10:38 +0100)
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>
net/ipv6/esp6.c
patch
|
blob
|
history
diff --git
a/net/ipv6/esp6.c
b/net/ipv6/esp6.c
index
e023d29
..
2cc1a45
100644
(file)
--- 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
- * adverti
z
e the change to the keying daemon.
+ * adverti
s
e the change to the keying daemon.
* This is an inbound SA, so just compare
* SRC ports.
*/