From: andy5995 Date: Fri, 26 Jul 2019 17:59:24 +0000 (-0500) Subject: "make its use in" [skip ci] X-Git-Tag: json-c-0.14-20200419~92^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F495%2Fhead;p=thirdparty%2Fjson-c.git "make its use in" [skip ci] --- diff --git a/README.md b/README.md index 5e39b8fc..b37e0cb6 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Building with partial threading support ---------------------------------------- Although json-c does not support fully multi-threaded access to -object trees, it has some code to help make use in threaded programs +object trees, it has some code to help make its use in threaded programs a bit safer. Currently, this is limited to using atomic operations for json_object_get() and json_object_put().