Skip to content

Commit 03881b0

Browse files
KurngsyCopilot
andauthored
Update src/thread.c
Co-authored-by: Copilot <[email protected]>
1 parent 4a6b1ce commit 03881b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/thread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ rt_err_t rt_thread_suspend_to_list(rt_thread_t thread, rt_list_t *susp_list, int
960960
}
961961
if (stat < suspend_flag)
962962
{
963-
/* Update if a suspend_flag flag stricter */
963+
/* Update if suspend_flag is stricter */
964964
_thread_set_suspend_state(thread, suspend_flag);
965965
}
966966

0 commit comments

Comments
 (0)