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)
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

index 569e6d2dc55c72a4b4ab2f0eafadc7996a5a418d..207ff87194db74cd00edba9e96ee55c14727ef99 100644 (file)
@@ -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",
                { },