diff options
| author | Rafael Passos <rafael@rcpassos.me> | 2024-04-17 15:49:14 -0300 |
|---|---|---|
| committer | Daniel Borkmann <daniel@iogearbox.net> | 2024-04-22 17:48:08 +0200 |
| commit | a7de265cb2d849f8986a197499ad58dca0a4f209 (patch) | |
| tree | 6eb07d5ab07cd7d48c1069be16c56fd7301af821 /kernel/bpf/core.c | |
| parent | bpf: Fix typo in function save_aux_ptr_type (diff) | |
| download | linux-a7de265cb2d849f8986a197499ad58dca0a4f209.tar.gz linux-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/core.c')
| -rw-r--r-- | kernel/bpf/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/bpf/core.c b/kernel/bpf/core.c index a41718eaeefe..95c7fd093e55 100644 --- a/kernel/bpf/core.c +++ b/kernel/bpf/core.c @@ -2814,7 +2814,7 @@ void bpf_prog_free(struct bpf_prog *fp) } EXPORT_SYMBOL_GPL(bpf_prog_free); -/* RNG for unpriviledged user space with separated state from prandom_u32(). */ +/* RNG for unprivileged user space with separated state from prandom_u32(). */ static DEFINE_PER_CPU(struct rnd_state, bpf_user_rnd_state); void bpf_user_rnd_init_once(void) |
