summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/lua_api/l_util.h')
-rw-r--r--src/script/lua_api/l_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/lua_api/l_util.h b/src/script/lua_api/l_util.h
index ae2163ec8..bb99e1562 100644
--- a/src/script/lua_api/l_util.h
+++ b/src/script/lua_api/l_util.h
@@ -71,7 +71,7 @@ private:
// get_password_hash(name, raw_password)
static int l_get_password_hash(lua_State *L);
- // is_yes(string)
+ // is_yes(arg)
static int l_is_yes(lua_State *L);
public: