diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-22 17:51:55 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-22 13:17:49 -0700 |
commit | aa785f93fcb4e8c66f5d3de88cd7626774f13c1d (patch) | |
tree | de12131d35f7baeecf13d94f8693ee36f1a4dcfb /net/l2tp/l2tp_core.c | |
parent | 13e8c216d2ed0bf99b6e8ae4d1edd1f17d6b6448 (diff) | |
download | linux-aa785f93fcb4e8c66f5d3de88cd7626774f13c1d.tar.gz linux-aa785f93fcb4e8c66f5d3de88cd7626774f13c1d.tar.bz2 linux-aa785f93fcb4e8c66f5d3de88cd7626774f13c1d.zip |
net: l2tp: Fix a typo
s/verifed/verified/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/l2tp/l2tp_core.c')
-rw-r--r-- | net/l2tp/l2tp_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/l2tp/l2tp_core.c b/net/l2tp/l2tp_core.c index 203890e378cb..2ee20743cb41 100644 --- a/net/l2tp/l2tp_core.c +++ b/net/l2tp/l2tp_core.c @@ -802,7 +802,7 @@ static int l2tp_udp_recv_core(struct l2tp_tunnel *tunnel, struct sk_buff *skb) u16 version; int length; - /* UDP has verifed checksum */ + /* UDP has verified checksum */ /* UDP always verifies the packet length. */ __skb_pull(skb, sizeof(struct udphdr)); |