diff options
Diffstat (limited to 'src/thread.h')
-rw-r--r-- | src/thread.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/thread.h b/src/thread.h index e96a063a10b..a09929fa440 100644 --- a/src/thread.h +++ b/src/thread.h @@ -169,8 +169,7 @@ struct thread_state interrupter should broadcast to this condition. */ sys_cond_t *wait_condvar; - /* Thread's name in the locale encoding. Actually used only on - WINDOWSNT. */ + /* Thread's name in the locale encoding. */ char *thread_name; /* This thread might have released the global lock. If so, this is |