bpf: Fix typo in a comment in bpf lpm_trie.
[linux-2.6-microblaze.git] / kernel / bpf / lpm_trie.c
index 423549d..5763cc7 100644 (file)
@@ -412,7 +412,7 @@ static int trie_update_elem(struct bpf_map *map,
                rcu_assign_pointer(im_node->child[1], node);
        }
 
-       /* Finally, assign the intermediate node to the determined spot */
+       /* Finally, assign the intermediate node to the determined slot */
        rcu_assign_pointer(*slot, im_node);
 
 out: