Skip to content

Commit 7ebd0a6

Browse files
Fix "position" typo in CongruenceDomain
Co-authored-by: Michael Schwarz <[email protected]>
1 parent d4e2a5f commit 7ebd0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdomain/value/cdomains/int/congruenceDomain.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ struct
143143
match BitfieldDomain.Bitfield.to_int (z,o) with
144144
| Some x -> normalize ik (Some (x, Z.zero))
145145
| _ ->
146-
(* get posiiton of first top bit *)
146+
(* get position of first top bit *)
147147
let tl_zeros = Z.trailing_zeros (Z.logand z o) in
148148
let ik_bits = Size.bit ik in
149149
let m = if tl_zeros > ik_bits then Z.one else Z.pow Z.one tl_zeros in

0 commit comments

Comments
 (0)