shush typo

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-08-14 17:17:35 +02:00
parent c4cd49a408
commit 7506817224

View file

@ -510,7 +510,7 @@ static bool parser_sy_pop(parser_t *parser, shunt *sy)
out = (ast_expression*)ast_binary_new(ctx, INSTR_MUL_V, exprs[0], exprs[1]);
break;
default:
parseerror(parser, "type error: cannot multiplye type %s by %s",
parseerror(parser, "type error: cannot multiply type %s by %s",
type_name[exprs[1]->expression.vtype],
type_name[exprs[0]->expression.vtype]);
return false;