Skip to content

Commit 300a818

Browse files
Gburychambart
authored andcommitted
Typo again
1 parent 23d42c8 commit 300a818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middle_end/flambda/types/inlining/inlining_arguments.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ module Args = struct
113113
prim_cost = t1_prim_cost;
114114
branch_cost = t1_branch_cost;
115115
indirect_call_cost = t1_indirect_call_cost;
116-
poly_compare_cost = t1_poly_copare_cost;
116+
poly_compare_cost = t1_poly_compare_cost;
117117
small_function_size = t1_small_function_size;
118118
large_function_size = t1_large_function_size;
119119
threshold = t1_threshold;

0 commit comments

Comments
 (0)