/net/core/: fix misspellings using codespell tool
authorXiong Zhenwu <xiong.zhenwu@zte.com.cn>
Thu, 18 Mar 2021 11:52:13 +0000 (04:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Mar 2021 02:13:41 +0000 (19:13 -0700)
commita835f9034efbb699f307575bead2607c2fbc93ac
tree1446dca19a7dd3559fb0409b9d7628912793fa48
parent7f1330c1b19d99aab0b0e9e09fae612871766964
/net/core/: fix misspellings using codespell tool

A typo is found out by codespell tool in 1734th line of drop_monitor.c:

$ codespell ./net/core/
./net/core/drop_monitor.c:1734: guarnateed  ==> guaranteed

Fix a typo found by codespell.

Signed-off-by: Xiong Zhenwu <xiong.zhenwu@zte.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/drop_monitor.c