summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/include/rtems/rtems/sem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/rtems/sem.h b/cpukit/include/rtems/rtems/sem.h
index e117f1c211..ec3b6c671a 100644
--- a/cpukit/include/rtems/rtems/sem.h
+++ b/cpukit/include/rtems/rtems/sem.h
@@ -572,7 +572,7 @@ rtems_status_code rtems_semaphore_obtain(
* @retval ::RTEMS_NOT_OWNER_OF_RESOURCE The calling task was not the owner of
* the semaphore.
*
- * @retval ::RTEMS_INTERNAL_ERROR The semaphore's count already had the maximum
+ * @retval ::RTEMS_UNSATISFIED The semaphore's count already had the maximum
* value of UINT32_MAX.
*
* @par Notes