On Fri, Mar 14, 2025 at 1:18 PM Taylor Blau <me@xxxxxxxxxxxx> wrote: > > Prepare for reading the type-level bitmaps from previous bitmap layers > by maintaining an array for each type, where each element in that type's > array corresponds to one layer's bitmap for that type. > > These fields will be used in a later commit to instantiate the 'struct > ewah_or_iterator' for each type. > All I spotted was some possible wording fixups... > + * > + * When either associated either with a non-incremental MIDX, or > + * a single packfile, these arrays each contain a single > + * element. > + */ Drop the first "either", and the first comma?