Unverified Commit 9b5efe34 authored by Wenyi Xu's avatar Wenyi Xu Committed by GitHub
Browse files

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

parent 4ac8e09d
...@@ -93,7 +93,7 @@ impl Tree { ...@@ -93,7 +93,7 @@ impl Tree {
Thread-safe multi tenant radix tree Thread-safe multi tenant radix tree
1. Storing data for multiple tenants (the overlap of multiple 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 3. Leaf LRU eviction based on tenant access time
*/ */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment