aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGravatar Chen Pei <cp0613@linux.alibaba.com> 2024-04-15 16:19:28 +0800
committerGravatar Daniel Borkmann <daniel@iogearbox.net> 2024-04-16 17:22:18 +0200
commitdac045fc9fa653e250f991ea8350b32cfec690d2 (patch)
tree5d24b197f04fa291aa420db01770b791079e8a1c /lib
parentbtf: Avoid weak external references (diff)
downloadlinux-dac045fc9fa653e250f991ea8350b32cfec690d2.tar.gz
linux-dac045fc9fa653e250f991ea8350b32cfec690d2.tar.bz2
linux-dac045fc9fa653e250f991ea8350b32cfec690d2.zip
bpf, tests: Fix typos in comments
Currently, there are two comments with same name "64-bit ATOMIC magnitudes", the second one should be "32-bit ATOMIC magnitudes" based on the context. Signed-off-by: Chen Pei <cp0613@linux.alibaba.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Yonghong Song <yonghong.song@linux.dev> Link: https://lore.kernel.org/bpf/20240415081928.17440-1-cp0613@linux.alibaba.com
Diffstat (limited to 'lib')
-rw-r--r--lib/test_bpf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test_bpf.c b/lib/test_bpf.c
index 569e6d2dc55c..207ff87194db 100644
--- a/lib/test_bpf.c
+++ b/lib/test_bpf.c
@@ -13431,7 +13431,7 @@ static struct bpf_test tests[] = {
.stack_depth = 8,
.nr_testruns = NR_PATTERN_RUNS,
},
- /* 64-bit atomic magnitudes */
+ /* 32-bit atomic magnitudes */
{
"ATOMIC_W_ADD: all operand magnitudes",
{ },