summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-02-27 10:08:00 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2019-02-27 10:08:00 +0000
commit358a3b9c382bdd1cec9330fcd55360815d9ce472 (patch)
treeb2a898e8323f7b158653dd259702a2287e990df7 /docs
parent582d036dfb518e565c07404b5920d46dbf2b5e2a (diff)
downloadlibgit2-358a3b9c382bdd1cec9330fcd55360815d9ce472.tar.gz
threading: clarify concurrency of access
Diffstat (limited to 'docs')
-rw-r--r--docs/threading.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/threading.md b/docs/threading.md
index 8ebaaf3c4..0c31cf655 100644
--- a/docs/threading.md
+++ b/docs/threading.md
@@ -2,7 +2,7 @@ Threading in libgit2
==================
Unless otherwise specified, libgit2 objects cannot be safely accessed by
-multiple threads.
+multiple threads simultaneously.
There are also caveats on the cryptographic libraries libgit2 or its
dependencies link to (more on this later). For libgit2 itself,