summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c-user/semaphore/directives.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/c-user/semaphore/directives.rst b/c-user/semaphore/directives.rst
index 2d07e1c..54f40a4 100644
--- a/c-user/semaphore/directives.rst
+++ b/c-user/semaphore/directives.rst
@@ -651,7 +651,7 @@ wait queue is not empty, then
:c:macro:`RTEMS_NOT_OWNER_OF_RESOURCE`
The calling task was not the owner of the semaphore.
-:c:macro:`RTEMS_INTERNAL_ERROR`
+:c:macro:`RTEMS_UNSATISFIED`
The semaphore's count already had the maximum value of `UINT32_MAX
<https://en.cppreference.com/w/c/types/integer>`_.