Skip to content

Commit 85536ab

Browse files
committed
Update coment
1 parent e278e94 commit 85536ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdomains/intDomain.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ module IntDomTupleImpl = struct
17961796
module I3 = Enums
17971797
type t = I1.t option * I2.t option * I3.t option [@@deriving to_yojson]
17981798

1799-
(* The Interval32 domain can lead to too many contexts for recursive functions (top is [min,max]), but we don't want to drop all ints as with `exp.no-int-context`. TODO better solution? *)
1799+
(* The Interval domain can lead to too many contexts for recursive functions (top is [min,max]), but we don't want to drop all ints as with `exp.no-int-context`. TODO better solution? *)
18001800
let no_interval = Tuple3.map2 (const None)
18011801

18021802
type 'a m = (module S with type t = 'a)

0 commit comments

Comments
 (0)