From d49e97d59f9c7ca1882279a15d8345595b19ef11 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Thu, 15 Sep 2011 20:40:35 +0930 Subject: Update comment to match docs (very -> excessively) --- lua_cjson.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua_cjson.c') diff --git a/lua_cjson.c b/lua_cjson.c index 076c56f..3868de3 100644 --- a/lua_cjson.c +++ b/lua_cjson.c @@ -522,7 +522,7 @@ static int lua_array_length(lua_State *l, json_config_t *cfg) return -1; } - /* Encode very sparse arrays as objects (if enabled) */ + /* Encode excessively sparse arrays as objects (if enabled) */ if (cfg->encode_sparse_ratio > 0 && max > items * cfg->encode_sparse_ratio && max > cfg->encode_sparse_safe) { -- cgit v1.2.3-55-g6feb