We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e2a5f commit 7ebd0a6Copy full SHA for 7ebd0a6
src/cdomain/value/cdomains/int/congruenceDomain.ml
@@ -143,7 +143,7 @@ struct
143
match BitfieldDomain.Bitfield.to_int (z,o) with
144
| Some x -> normalize ik (Some (x, Z.zero))
145
| _ ->
146
- (* get posiiton of first top bit *)
+ (* get position of first top bit *)
147
let tl_zeros = Z.trailing_zeros (Z.logand z o) in
148
let ik_bits = Size.bit ik in
149
let m = if tl_zeros > ik_bits then Z.one else Z.pow Z.one tl_zeros in
0 commit comments