diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2017-12-30 18:46:18 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2017-12-30 18:46:18 -0200 |
commit | a9295a2b8ebca6bb7071c4424fd318afa33ebb9e (patch) | |
tree | 545d4d4a72395d20482aae568869c7a96dfdff79 /lvm.c | |
parent | c6fedc92f8b1c3e73d835f7641bffe4b199f0dd1 (diff) | |
download | lua-a9295a2b8ebca6bb7071c4424fd318afa33ebb9e.tar.gz lua-a9295a2b8ebca6bb7071c4424fd318afa33ebb9e.tar.bz2 lua-a9295a2b8ebca6bb7071c4424fd318afa33ebb9e.zip |
typos in comments
Diffstat (limited to 'lvm.c')
-rw-r--r-- | lvm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lvm.c,v 2.329 2017/12/22 14:16:46 roberto Exp roberto $ | 2 | ** $Id: lvm.c,v 2.330 2017/12/28 15:42:57 roberto Exp roberto $ |
3 | ** Lua virtual machine | 3 | ** Lua virtual machine |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -674,7 +674,7 @@ static void pushclosure (lua_State *L, Proto *p, UpVal **encup, StkId base, | |||
674 | 674 | ||
675 | 675 | ||
676 | /* | 676 | /* |
677 | ** finish execution of an opcode interrupted by an yield | 677 | ** finish execution of an opcode interrupted by a yield |
678 | */ | 678 | */ |
679 | void luaV_finishOp (lua_State *L) { | 679 | void luaV_finishOp (lua_State *L) { |
680 | CallInfo *ci = L->ci; | 680 | CallInfo *ci = L->ci; |