bpf, tests: Fix typos in comments
authorChen Pei <cp0613@linux.alibaba.com>
Mon, 15 Apr 2024 08:19:28 +0000 (16:19 +0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 16 Apr 2024 15:22:18 +0000 (17:22 +0200)
commitdac045fc9fa653e250f991ea8350b32cfec690d2
tree5d24b197f04fa291aa420db01770b791079e8a1c
parentfc5eb4a84e4c063e75a6a6e92308e9533c0f19b5
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
lib/test_bpf.c