Skip to content

Commit

Permalink
Fix typo in opaque_closure.c (#40647)
Browse files Browse the repository at this point in the history
paramters -> parameters
  • Loading branch information
eltociear authored Apr 28, 2021
1 parent c31afce commit e438953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opaque_closure.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ JL_CALLABLE(jl_new_opaque_closure_jlcall)


// check whether the specified number of arguments is compatible with the
// specified number of paramters of the tuple type
// specified number of parameters of the tuple type
STATIC_INLINE int jl_tupletype_length_compat(jl_value_t *v, size_t nargs) JL_NOTSAFEPOINT
{
v = jl_unwrap_unionall(v);
Expand Down

0 comments on commit e438953

Please sign in to comment.