Roberto Ierusalimschy 24 년 전
부모
커밋
eb7312d9be
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lvm.c

+ 1 - 1
lvm.c

@@ -336,7 +336,7 @@ static void powOp (lua_State *L, StkId ra, StkId rb, StkId rc) {
 
 /*
 ** Executes the given Lua function. Parameters are between [base,top).
-** Returns n such that the the results are between [n,top).
+** Returns n such that the results are between [n,top).
 */
 StkId luaV_execute (lua_State *L, const LClosure *cl, StkId base) {
   const Proto *const tf = cl->p;