Skip to content

Commit e8cf462

Browse files
committed
Fix a comment to match the function signature
1 parent 2035898 commit e8cf462

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/coreclr/vm/ceemain.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1792,8 +1792,6 @@ static void OsAttachThread(void* thread)
17921792
// It fails fast if some other thread value was attached to the current fiber.
17931793
// Parameters:
17941794
// thread - thread to detach
1795-
// Return:
1796-
// true if the thread was detached, false if there was no attached thread
17971795
void OsDetachThread(void* thread)
17981796
{
17991797
ASSERT(g_flsIndex != FLS_OUT_OF_INDEXES);

0 commit comments

Comments
 (0)