Skip to content

Commit 3f5b64d

Browse files
committed
fixup
1 parent 652e838 commit 3f5b64d

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
@@ -872,7 +872,7 @@ inline void * thread::wrapper_function(void * aArg)
872872
// The thread is no longer executing
873873
lock_guard<mutex> guard(ti->mThread->mDataMutex);
874874

875-
// On Linux, we allow the thread to be joined even after execution has finished.
875+
// On POSIX, we allow the thread to be joined even after execution has finished.
876876
// This is necessary to ensure that thread-local memory can be cleaned up.
877877
//
878878
// The thread is responsible for freeing the startup information

0 commit comments

Comments
 (0)