Unverified Commit 0570ccc9 authored by Florian Mayer's avatar Florian Mayer Committed by GitHub
Browse files

[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
Supports Markdown
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