Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Mar 21, 2024
1 parent d2f64f3 commit 66dc4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ccall.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ static jl_cgval_t emit_llvmcall(jl_codectx_t &ctx, jl_value_t **args, size_t nar
}
}

// wrap the function, performing the necesary pointer conversion
// wrap the function, performing the necessary pointer conversion

Function *inner = f;
inner->setName(ir_name + ".inner");
Expand Down

0 comments on commit 66dc4d2

Please sign in to comment.