Merge remote-tracking branch 'grant/devicetree/next' into for-next
[firefly-linux-kernel-4.4.55.git] / Documentation / networking / fib_trie.txt
index 0723db7f8495a1a0466ae06cd311c3e72ce24337..fe719388518ba1b31f1ecbad07db3f616d066237 100644 (file)
@@ -73,8 +73,8 @@ trie_leaf_remove()
 
 trie_rebalance()
        The key function for the dynamic trie after any change in the trie
-       it is run to optimize and reorganize. Tt will walk the trie upwards 
-       towards the root from a given tnode, doing a resize() at each step 
+       it is run to optimize and reorganize. It will walk the trie upwards
+       towards the root from a given tnode, doing a resize() at each step
        to implement level compression.
 
 resize()