1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00

Fixed typos in comments

This commit is contained in:
Roberto Ierusalimschy
2019-12-27 10:48:23 -03:00
parent cee1ebe337
commit d71a548685
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1061,7 +1061,7 @@ static void codecomp (FuncState *fs, BinOpr opr, expdesc *e1, expdesc *e2) {
/*
** Aplly prefix operation 'op' to expression 'e'.
** Apply prefix operation 'op' to expression 'e'.
*/
void luaK_prefix (FuncState *fs, UnOpr op, expdesc *e, int line) {
static const expdesc ef = {VKINT, {0}, NO_JUMP, NO_JUMP};