X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Documentation%2Fnetworking%2Ffib_trie.txt;h=0723db7f8495a1a0466ae06cd311c3e72ce24337;hb=478e4e9d7a618379676b17e64583ff3622f2fec5;hp=f50d0c673c57e52682d9471b220e0b282f875737;hpb=2f058256cb64e346f4fb4499ff4e0f1c2791a4b4;p=~andy%2Flinux diff --git a/Documentation/networking/fib_trie.txt b/Documentation/networking/fib_trie.txt index f50d0c673c5..0723db7f849 100644 --- a/Documentation/networking/fib_trie.txt +++ b/Documentation/networking/fib_trie.txt @@ -79,7 +79,7 @@ trie_rebalance() resize() Analyzes a tnode and optimizes the child array size by either inflating - or shrinking it repeatedly until it fullfills the criteria for optimal + or shrinking it repeatedly until it fulfills the criteria for optimal level compression. This part follows the original paper pretty closely and there may be some room for experimentation here.