We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f7124 commit 8a965bcCopy full SHA for 8a965bc
documentation/doxygen/kernel.h
@@ -87,7 +87,7 @@
87
* priority would get the resource.
88
*
89
* 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
+ * - The event mechanism is used to awake a thread by setting one or more corresponding
91
* bit of a binary number when an event ocurs.
92
* - The fast event supports event thread queue. Once a one bit event occurs, the corresponding
93
* blocked thread can be found out timing accurately, then will be waked up.
0 commit comments