Skip to content

Commit c663396

Browse files
committed
comment tweak
1 parent 4c475d3 commit c663396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/tthread/tinythread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ inline void * thread::wrapper_function(void * aArg)
873873
lock_guard<mutex> guard(ti->mThread->mDataMutex);
874874

875875
// On POSIX, we allow the thread to be joined even after execution has finished.
876-
// This is necessary to ensure that thread-local memory can be cleaned up.
876+
// This is necessary to ensure that thread-local memory can be reclaimed.
877877
#if defined(_TTHREAD_WIN32_)
878878
ti->mThread->mJoinable = false;
879879
#endif

0 commit comments

Comments
 (0)