[HWASan] [NFC] Align comment to implementation
We consider `shift` between 1 and 7 (exclusive) for `(1 << shift)`, which is equivalent to `2 ** shift`, which means N is [1, 7), not [0, 8).
parent
c3747883
Please register or sign in to comment
We consider `shift` between 1 and 7 (exclusive) for `(1 << shift)`, which is equivalent to `2 ** shift`, which means N is [1, 7), not [0, 8).