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

Commit

Permalink
typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Dec 20, 2014
1 parent 513ba19 commit 696b6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/thread.d
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 696b6bb

Please sign in to comment.