Skip to content

Commit 8a965bc

Browse files
authored
Update kernel.h
thead -> thread
1 parent 33f7124 commit 8a965bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/doxygen/kernel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
* priority would get the resource.
8888
*
8989
* RT-Thread operating systems supports event/fast event, mail box and message queue.
90-
* - The event mechanism is used to awake a thead by setting one or more corresponding
90+
* - The event mechanism is used to awake a thread by setting one or more corresponding
9191
* bit of a binary number when an event ocurs.
9292
* - The fast event supports event thread queue. Once a one bit event occurs, the corresponding
9393
* blocked thread can be found out timing accurately, then will be waked up.

0 commit comments

Comments
 (0)