Commit 624eb97f by Carlos Martín Nieto

Merge pull request #2708 from phatblat/pr/threading-doc

Fix typo in THREADING.md
parents 65f6c1c7 d698712b
...@@ -25,9 +25,10 @@ Error messages ...@@ -25,9 +25,10 @@ Error messages
The error message is thread-local. The `giterr_last()` call must The error message is thread-local. The `giterr_last()` call must
happen on the same thread as the error in order to get the happen on the same thread as the error in order to get the
message. Often this will be the case regardless, but if you use message. Often this will be the case regardless, but if you use
something like the GDC on MacOS (where code is executed on an something like the [GCD](http://en.wikipedia.org/wiki/Grand_Central_Dispatch)
arbitrary thread), the code must make sure to retrieve the error code on Mac OS X (where code is executed on an arbitrary thread), the code
on the thread where the error happened. must make sure to retrieve the error code on the thread where the error
happened.
Threads and cryptographic libraries Threads and cryptographic libraries
======================================= =======================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment