From e43895393b1366e434e494247d4564cfcbc645bb Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 28 Apr 2021 21:49:58 +0900 Subject: [PATCH] Fix typo in opaque_closure.c (#40647) paramters -> parameters --- src/opaque_closure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opaque_closure.c b/src/opaque_closure.c index a7298e3805218..9f2662f32eb25 100644 --- a/src/opaque_closure.c +++ b/src/opaque_closure.c @@ -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);