mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 12:48:14 +00:00
Fix typo in a #force_inline error message
This commit is contained in:
+1
-1
@@ -7672,7 +7672,7 @@ gb_internal ExprKind check_call_expr(CheckerContext *c, Operand *operand, Ast *c
|
|||||||
if (decl->proc_lit) {
|
if (decl->proc_lit) {
|
||||||
ast_node(pl, ProcLit, decl->proc_lit);
|
ast_node(pl, ProcLit, decl->proc_lit);
|
||||||
if (pl->inlining == ProcInlining_no_inline) {
|
if (pl->inlining == ProcInlining_no_inline) {
|
||||||
error(call, "'#force_inline' cannot be applied to a procedure that has be marked as '#force_no_inline'");
|
error(call, "'#force_inline' cannot be applied to a procedure that has been marked as '#force_no_inline'");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user