Skip to content

Commit f05337b

Browse files
committed
Typo
1 parent 6dadecb commit f05337b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/lib/global_flow.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ let propagate st ~update approx x =
535535
(fun y -> Var.Tbl.get approx y)
536536
(Var.Map.find g st.return_values)
537537
| Expr (Closure (_, _)) ->
538-
(* The funciton is partially applied or over applied *)
538+
(* The function is partially applied or over applied *)
539539
List.iter
540540
~f:(fun y -> Domain.variable_escape ~update ~st ~approx Escape y)
541541
args;

0 commit comments

Comments
 (0)