We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d000c commit 9e6b19aCopy full SHA for 9e6b19a
kernel/bpf/lpm_trie.c
@@ -412,7 +412,7 @@ static int trie_update_elem(struct bpf_map *map,
412
rcu_assign_pointer(im_node->child[1], node);
413
}
414
415
- /* Finally, assign the intermediate node to the determined spot */
+ /* Finally, assign the intermediate node to the determined slot */
416
rcu_assign_pointer(*slot, im_node);
417
418
out:
0 commit comments