diff --git a/src/hlua.c b/src/hlua.c index c669191fb..71af903a6 100644 --- a/src/hlua.c +++ b/src/hlua.c @@ -1300,7 +1300,7 @@ static void hlua_httpclient_destroy_all(struct hlua *hlua) /* Used to destroy the Lua coroutine when the attached stream or task * is destroyed. The destroy also the memory context. The struct "lua" - * is not freed. + * will be freed. */ void hlua_ctx_destroy(struct hlua *lua) {