Skip to content

Commit

Permalink
Fixed incorrect comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 3, 2010
1 parent 1942ddd commit f729f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua_glue.c
Expand Up @@ -63,7 +63,7 @@ static inline void set_cptr(lua_State *L, void *ptr, const char *sym)
{
lua_pushlightuserdata(L, ptr);
lua_setfield(L, -2, sym);
} // set_cfunc
} // set_cptr


// Sets t[sym]=f, where t is on the top of the Lua stack.
Expand Down

0 comments on commit f729f82

Please sign in to comment.