summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/hashtab.c
diff options
context:
space:
mode:
authorRafael Passos <rafael@rcpassos.me>2024-04-17 15:49:14 -0300
committerDaniel Borkmann <daniel@iogearbox.net>2024-04-22 17:48:08 +0200
commita7de265cb2d849f8986a197499ad58dca0a4f209 (patch)
tree6eb07d5ab07cd7d48c1069be16c56fd7301af821 /kernel/bpf/hashtab.c
parente1a7545981e2086feaa40dcb7b0db8de0bdada19 (diff)
downloadlinux-stable-a7de265cb2d849f8986a197499ad58dca0a4f209.tar.gz
linux-stable-a7de265cb2d849f8986a197499ad58dca0a4f209.tar.bz2
linux-stable-a7de265cb2d849f8986a197499ad58dca0a4f209.zip
bpf: Fix typos in comments
Found the following typos in comments, and fixed them: s/unpriviledged/unprivileged/ s/reponsible/responsible/ s/possiblities/possibilities/ s/Divison/Division/ s/precsion/precision/ s/havea/have a/ s/reponsible/responsible/ s/responsibile/responsible/ s/tigher/tighter/ s/respecitve/respective/ Signed-off-by: Rafael Passos <rafael@rcpassos.me> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/6af7deb4-bb24-49e8-b3f1-8dd410597337@smtp-relay.sendinblue.com
Diffstat (limited to 'kernel/bpf/hashtab.c')
-rw-r--r--kernel/bpf/hashtab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/bpf/hashtab.c b/kernel/bpf/hashtab.c
index 83a9a74260e9..c3e79a0b9361 100644
--- a/kernel/bpf/hashtab.c
+++ b/kernel/bpf/hashtab.c
@@ -1539,7 +1539,7 @@ static void htab_map_free(struct bpf_map *map)
*/
/* htab no longer uses call_rcu() directly. bpf_mem_alloc does it
- * underneath and is reponsible for waiting for callbacks to finish
+ * underneath and is responsible for waiting for callbacks to finish
* during bpf_mem_alloc_destroy().
*/
if (!htab_is_prealloc(htab)) {