aboutsummaryrefslogtreecommitdiff
path: root/lvm.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2017-12-30 18:46:18 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2017-12-30 18:46:18 -0200
commita9295a2b8ebca6bb7071c4424fd318afa33ebb9e (patch)
tree545d4d4a72395d20482aae568869c7a96dfdff79 /lvm.c
parentc6fedc92f8b1c3e73d835f7641bffe4b199f0dd1 (diff)
downloadlua-a9295a2b8ebca6bb7071c4424fd318afa33ebb9e.tar.gz
lua-a9295a2b8ebca6bb7071c4424fd318afa33ebb9e.tar.bz2
lua-a9295a2b8ebca6bb7071c4424fd318afa33ebb9e.zip
typos in comments
Diffstat (limited to 'lvm.c')
-rw-r--r--lvm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lvm.c b/lvm.c
index 212d5f9d..2b035932 100644
--- a/lvm.c
+++ b/lvm.c
@@ -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*/
679void luaV_finishOp (lua_State *L) { 679void luaV_finishOp (lua_State *L) {
680 CallInfo *ci = L->ci; 680 CallInfo *ci = L->ci;