Fix typos

This commit is contained in:
gingerBill
2018-07-28 19:44:00 +01:00
parent 8d2c4a78a1
commit 1705ba8069
4 changed files with 17 additions and 8 deletions

View File

@@ -2758,8 +2758,8 @@ Entity *check_selector(CheckerContext *c, Operand *operand, Ast *node, Type *typ
return entity;
}
bool check_builtin_procedure(CheckerContext *c, Operand *operand, Ast *call, i32 id) {
GB_ASSERT(call->kind == Ast_CallExpr);
ast_node(ce, CallExpr, call);
BuiltinProc *bp = &builtin_procs[id];
{