Skip to content

Commit a3bb796

Browse files
committed
[kernel]fix spell error in comments.
1 parent 2622409 commit a3bb796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scheduler_comm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ rt_uint8_t rt_sched_thread_get_curr_prio(struct rt_thread *thread)
137137
*/
138138
rt_uint8_t rt_sched_thread_get_init_prio(struct rt_thread *thread)
139139
{
140-
/* read only fields, so lock is unecessary */
140+
/* read only fields, so lock is unnecessary */
141141
return RT_SCHED_PRIV(thread).init_priority;
142142
}
143143

0 commit comments

Comments
 (0)