Skip to content
Snippets Groups Projects
Commit edc35339 authored by Simon Brummer's avatar Simon Brummer
Browse files

sema: doc: fix typo in error return value

parent 4dc2028c
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); ...@@ -91,7 +91,7 @@ void sema_create(sema_t *sema, unsigned int value);
* *
* Destroying a semaphore upon which other threads are currently blocked * Destroying a semaphore upon which other threads are currently blocked
* will wake the other threads causing the @ref sema_wait (or * 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. * @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