Skip to content

Commit 1d61ef4

Browse files
committed
Fix doxygen comment
1 parent 84df036 commit 1d61ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mechanism/OSWrapper/Thread.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void registerThreadFactory(ThreadFactory* factory);
4242
* the state of current thread transits from RUNNING to WAITING.
4343
* Then the waiting condition is satisfied or timed out, the state transits from WAITING to READY.
4444
*
45-
* When the current thread runs through the end of Runnable::run() or calls Thread::exit(),
45+
* When the current thread runs through the end of Runnable::run(),
4646
* the state of current thread transits from RUNNING to FINISHED.
4747
*
4848
* @note A Thread can not suspend, resume and stop other Thread.

0 commit comments

Comments
 (0)