Skip to content

Commit 66dc4d2

Browse files
committed
Fix typo.
1 parent d2f64f3 commit 66dc4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ccall.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ static jl_cgval_t emit_llvmcall(jl_codectx_t &ctx, jl_value_t **args, size_t nar
10091009
}
10101010
}
10111011

1012-
// wrap the function, performing the necesary pointer conversion
1012+
// wrap the function, performing the necessary pointer conversion
10131013

10141014
Function *inner = f;
10151015
inner->setName(ir_name + ".inner");

0 commit comments

Comments
 (0)