···3535 *3636 * Each delta list is stored as a bit stream. Within the delta list encoding, bits and bytes are3737 * numbered in little endian order. Within a byte, bit 0 is the least significant bit (0x1), and3838- * bit 7 is the most significant bit (0x80). Within a bit stream, bit 7 is the most signficant bit3838+ * bit 7 is the most significant bit (0x80). Within a bit stream, bit 7 is the most significant bit3939 * of byte 0, and bit 8 is the least significant bit of byte 1. Within a byte array, a byte's4040 * number corresponds to its index in the array.4141 *
+1-1
drivers/md/dm-vdo/indexer/delta-index.h
···141141 * record at the end of the list.142142 *143143 * (5) If at_end is false and is_collision is true, the delta_list entry fields refer to a144144- * collision entry in the list, and the delta_list entry can be used a a reference to this144144+ * collision entry in the list, and the delta_list entry can be used as a reference to this145145 * entry.146146 *147147 * (6) If at_end is false and is_collision is false, the delta_list entry fields refer to a