diff options
author | Zheng Yongjun <zhengyongjun3@huawei.com> | 2021-06-02 09:56:03 +0300 |
---|---|---|
committer | Simon Wunderlich <sw@simonwunderlich.de> | 2021-06-02 09:46:03 +0300 |
commit | 791ad7f5c17ea3d0887b94eed1e7812777f8e496 (patch) | |
tree | b460b5cfa3a79d7281c3681d9a4f66ff1a2e1a41 /net/batman-adv/hash.h | |
parent | 1cf1ef60a1a64cb5e00148b35bb35abad0984234 (diff) | |
download | linux-791ad7f5c17ea3d0887b94eed1e7812777f8e496.tar.xz |
batman-adv: Fix spelling mistakes
Fix some spelling mistakes in comments:
containg ==> containing
dont ==> don't
datas ==> data
brodcast ==> broadcast
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/batman-adv/hash.h')
-rw-r--r-- | net/batman-adv/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/hash.h b/net/batman-adv/hash.h index 46696759f194..fb251c385a1b 100644 --- a/net/batman-adv/hash.h +++ b/net/batman-adv/hash.h @@ -18,7 +18,7 @@ #include <linux/stddef.h> #include <linux/types.h> -/* callback to a compare function. should compare 2 element datas for their +/* callback to a compare function. should compare 2 element data for their * keys * * Return: true if same and false if not same |