Documentation fixes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@13614 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2020-04-29 08:40:15 +00:00
parent 2610824254
commit 7eb49cd9ad
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ thread_t *chThdCreate(const thread_descriptor_t *tdp) {
/** /**
* @brief Creates a new thread into a static memory area. * @brief Creates a new thread into a static memory area.
* @post The created thread has a reference counter set to one, it is * @post The created thread has a reference counter set to one, it is
* caller responsibility to call @p chThdRelease() or @p chthdWait() * caller responsibility to call @p chThdRelease() or @p chThdWait()
* in order to release the reference. The thread persists in the * in order to release the reference. The thread persists in the
* registry until its reference counter reaches zero. * registry until its reference counter reaches zero.
* @note A thread can terminate by calling @p chThdExit() or by simply * @note A thread can terminate by calling @p chThdExit() or by simply