Skip to content

Commit 1c60b3f

Browse files
committed
Revert comment change
1 parent b22aeac commit 1c60b3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pthread/main_thread_join.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ void loop() {
3232

3333
void *ThreadMain(void *arg) {
3434
#ifdef TRY_JOIN
35-
// Delay to force the main thread to try and succeed a few times before
36-
// canceling the main loop.
35+
// Delay to force the main thread to try and fail a few times before
36+
// succeeding.
3737
while (tries.load() < EXPECTED_TRIES) {}
3838
#else
3939
// Delay a bit to force the main thread to actually block, as exited

0 commit comments

Comments
 (0)