Commit 16954e22 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix example in comment.

Author: Adrien Nayrat
parent 617dc6d2
...@@ -805,7 +805,7 @@ intset_binsrch_leaf(uint64 item, leaf_item *arr, int arr_elems, bool nextkey) ...@@ -805,7 +805,7 @@ intset_binsrch_leaf(uint64 item, leaf_item *arr, int arr_elems, bool nextkey)
* selector * selector
* *
* The selector 1101 is 13 in decimal. From the modes table below, we see * The selector 1101 is 13 in decimal. From the modes table below, we see
* that it means that the codeword encodes three 12-bit integers. In decimal, * that it means that the codeword encodes three 20-bit integers. In decimal,
* those integers are 18, 500000 and 20. Because we encode deltas rather than * those integers are 18, 500000 and 20. Because we encode deltas rather than
* absolute values, the actual values that they represent are 18, 500018 and * absolute values, the actual values that they represent are 18, 500018 and
* 500038. * 500038.
......
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