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 @@ -2088,7 +2088,7 @@ version( Windows )
* must be called after thread_detachThis, 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_detachThis() nothrow
{
Expand Down