[Router]: Small Typo in a comment within tree.rs (#11489)

This commit is contained in:
Wenyi Xu
2025-10-12 12:59:48 +08:00
committed by GitHub
parent 4ac8e09df0
commit 9b5efe3464

View File

@@ -93,7 +93,7 @@ impl Tree {
Thread-safe multi tenant radix tree
1. Storing data for multiple tenants (the overlap of multiple radix tree)
2. Node-level lock to enable concurrent acesss on nodes
2. Node-level lock to enable concurrent access on nodes
3. Leaf LRU eviction based on tenant access time
*/