Pārlūkot izejas kodu

Merge pull request #3542 from DavidLin1577/patch-4

Update kernel.h
Bernard Xiong 5 gadi atpakaļ
vecāks
revīzija
f406aab4d2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      documentation/doxygen/kernel.h

+ 1 - 1
documentation/doxygen/kernel.h

@@ -87,7 +87,7 @@
  *   priority would get the resource.
  *
  * RT-Thread operating systems supports event/fast event, mail box and message queue.
- * - 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
  * bit of a binary number when an event ocurs.
  * - The fast event supports event thread queue. Once a one bit event occurs, the corresponding
  * blocked thread can be found out timing accurately, then will be waked up.