Skip to content

Commit 8bfa895

Browse files
doujiang24agentzh
authored andcommitted
fixed a code comment.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
1 parent d521167 commit 8bfa895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_lua_timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ ngx_http_lua_ngx_timer_at(lua_State *L)
190190

191191
co = lua_newthread(vm);
192192

193-
/* L stack: time func [args] thread */
193+
/* L stack: time func [args] */
194194

195195
ngx_http_lua_probe_user_coroutine_create(r, L, co);
196196

0 commit comments

Comments
 (0)