From 03fa2b508aee4cdf2eac41d53834412ac757feef Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Wed, 5 Oct 2011 18:34:48 +1030 Subject: Fix out of date comment (json_config_key) --- lua_cjson.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua_cjson.c b/lua_cjson.c index 3868de3..f765883 100644 --- a/lua_cjson.c +++ b/lua_cjson.c @@ -1273,7 +1273,7 @@ int luaopen_cjson(lua_State *l) { NULL, NULL } }; - /* Use json_fetch_config as a pointer. + /* Use json_config_key as a pointer. * It's faster than using a config string, and more unique */ lua_pushlightuserdata(l, &json_config_key); json_create_config(l); -- cgit v1.2.3-55-g6feb