Showing with 1 addition and 1 deletion.
  1. +1 −1 src/core/thread.d
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