Skip to content

Commit a8c149b

Browse files
gabryon99BilelGho
authored andcommitted
fix comment typo in precisionUtil.ml
1 parent 02b3bc4 commit a8c149b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/precisionUtil.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(* We define precision by the number of IntDomains activated.
2-
* We currently have 4 types: DefExc, Interval, Enums, Congruence, IntervalSet *)
2+
* We currently have 5 types: DefExc, Interval, Enums, Congruence, IntervalSet *)
33
type int_precision = (bool * bool * bool * bool * bool)
44
(* Same applies for FloatDomain
55
* We currently have only an interval type analysis *)

0 commit comments

Comments
 (0)