From a9a14cac7c31d0bf9ea77221a4315f4bed0ab05b Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Sat, 24 Dec 2011 18:20:48 +1030 Subject: Fix typo in lua_cjson.c --- 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 b3c816d..0f6d675 100644 --- a/lua_cjson.c +++ b/lua_cjson.c @@ -631,7 +631,7 @@ static void json_append_number(lua_State *l, strbuf_t *json, int index, /* Some platforms may print -nan, just hard code it */ strbuf_append_mem(json, "nan", 3); } else { - /* Lowest double printed with %.14g is 21 characters long: + /* Longest double printed with %.14g is 21 characters long: * -1.7976931348623e+308 * * Use 32 to include the \0, and a few extra just in case.. -- cgit v1.2.3-55-g6feb