]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
"make its use in" [skip ci] 495/head
authorandy5995 <andy400-dev@yahoo.com>
Fri, 26 Jul 2019 17:59:24 +0000 (12:59 -0500)
committerandy5995 <andy400-dev@yahoo.com>
Fri, 26 Jul 2019 17:59:24 +0000 (12:59 -0500)
README.md

index 5e39b8fc8401493cbc9bc1b087fb3438e0f04fbf..b37e0cb6572ca016a888d82f67cbf661ecbd1440 100644 (file)
--- a/README.md
+++ b/README.md
@@ -121,7 +121,7 @@ Building with partial threading support <a name="buildthreaded"></a>
 ----------------------------------------
 
 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().