Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 624eb97

Browse files
committed
Merge pull request libgit2#2708 from phatblat/pr/threading-doc
Fix typo in THREADING.md
2 parents 65f6c1c + d698712 commit 624eb97

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

THREADING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ Error messages
2525
The error message is thread-local. The `giterr_last()` call must
2626
happen on the same thread as the error in order to get the
2727
message. Often this will be the case regardless, but if you use
28-
something like the GDC on MacOS (where code is executed on an
29-
arbitrary thread), the code must make sure to retrieve the error code
30-
on the thread where the error happened.
28+
something like the [GCD](http://en.wikipedia.org/wiki/Grand_Central_Dispatch)
29+
on Mac OS X (where code is executed on an arbitrary thread), the code
30+
must make sure to retrieve the error code on the thread where the error
31+
happened.
3132

3233
Threads and cryptographic libraries
3334
=======================================

0 commit comments

Comments
 (0)