diff --git a/src/misc_json.h b/src/misc_json.h index cd55d80b..ff0fb611 100644 --- a/src/misc_json.h +++ b/src/misc_json.h @@ -34,7 +34,7 @@ #include // Convenience macro so that instead of calling jparse with an array of keys -// to follow, you can call JPARSE_DRILLDOWN(haystack, "key1", "key2"...) +// to follow, you can call JPARSE_SELECT(haystack, "key1", "key2"...) #define JPARSE_SELECT(haystack, ...) jparse_select(haystack, (const char *[]){__VA_ARGS__, NULL}) json_object *