Skip to content
Snippets Groups Projects
Commit 783b4de6 authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #6796 from brummer-simon/sema-doc-fix_typo_in_return_value

Sema: Fix Typo related to return values in documentation.
parents 9e998efb edc35339
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ void sema_create(sema_t *sema, unsigned int value);
*
* Destroying a semaphore upon which other threads are currently blocked
* will wake the other threads causing the @ref sema_wait (or
* @ref sema_wait_timed) to return error (-ECANCELLED).
* @ref sema_wait_timed) to return error (-ECANCELED).
*
* @param[in] sema The semaphore to destroy.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment