Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1072 from MartinNowak/typo
Browse files Browse the repository at this point in the history
typo in docs
  • Loading branch information
AndrejMitrovic committed Dec 21, 2014
2 parents 513ba19 + 696b6bb commit aad220f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/thread.d
Original file line number Diff line number Diff line change
Expand Up @@ -2129,7 +2129,7 @@ extern (C) void thread_detachThis() nothrow
* must be called by the detached thread, particularly if the thread is
* being detached at some indeterminate time before program termination:
*
* $(D extern(C) void rt_moduleTlsCtor();)
* $(D extern(C) void rt_moduleTlsDtor();)
*/
extern (C) void thread_detachByAddr( Thread.ThreadAddr addr )
{
Expand Down

0 comments on commit aad220f

Please sign in to comment.