diff --git a/src/core/json/json.h b/src/core/json/json.h index b78b42a5b2ff916d1422821eada08a066d297943..cac18ad885498383fbed5dcf5b030b2d01123246 100644 --- a/src/core/json/json.h +++ b/src/core/json/json.h @@ -53,7 +53,7 @@ typedef struct grpc_json { } grpc_json; /* The next two functions are going to parse the input string, and - * destroy it in the process, in order to use its space to store + * modify it in the process, in order to use its space to store * all of the keys and values for the returned object tree. * * They assume UTF-8 input stream, and will output UTF-8 encoded