fib_trie.txt: fix typo
authorDuan Jiong <duanj.fnst@cn.fujitsu.com>
Mon, 15 Dec 2014 06:58:53 +0000 (14:58 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Dec 2014 16:45:15 +0000 (11:45 -0500)
Fix the typo, there should be "It".
On the other hand, fix whitespace errors detected by checkpatch.pl

Signed-off-by: Duan Jiong <duanj.fnst@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/fib_trie.txt

index 0723db7..fe71938 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()