Переглянути джерело

Fix out of date comment (json_config_key)

Mark Pulford 14 роки тому
батько
коміт
03fa2b508a
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      lua_cjson.c

+ 1 - 1
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);