From 4bdf03779f1caefff94f6a564dbd652e67124c31 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 6 Feb 2020 20:48:58 +0100 Subject: lua: fix typo in comment --- player/lua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/lua.c b/player/lua.c index 9d7ecaa0ca..13a368f7c5 100644 --- a/player/lua.c +++ b/player/lua.c @@ -128,7 +128,7 @@ static int destroy_crap(lua_State *L) // This can be used to free temporary C data structures correctly if Lua errors // happen. // You can't free the talloc context directly; the Lua __gc handler does this. -// In my cases, talloc_free_children(returnval) will be used to free attached +// In many cases, talloc_free_children(returnval) will be used to free attached // memory in advance when it's known not to be needed anymore (a minor // optimization). Freeing it completely must be left to the Lua GC. static void *mp_lua_PITA(lua_State *L) -- cgit v1.2.3