Merge tag 'f2fs-for-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeu...
[linux-2.6-microblaze.git] / kernel / bpf / reuseport_array.c
index 4838922..93a5539 100644 (file)
@@ -102,7 +102,7 @@ static void reuseport_array_free(struct bpf_map *map)
        /*
         * ops->map_*_elem() will not be able to access this
         * array now. Hence, this function only races with
-        * bpf_sk_reuseport_detach() which was triggerred by
+        * bpf_sk_reuseport_detach() which was triggered by
         * close() or disconnect().
         *
         * This function and bpf_sk_reuseport_detach() are