summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/object.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/object.h b/cpukit/rtems/include/rtems/rtems/object.h
index c59f1c98a8..7baa80c652 100644
--- a/cpukit/rtems/include/rtems/rtems/object.h
+++ b/cpukit/rtems/include/rtems/rtems/object.h
@@ -154,6 +154,8 @@ rtems_status_code rtems_object_set_name(
/**
* @brief Get API Portion of Object Id
*
+ * RTEMS Object Helper -- Extract API From Id
+ *
* This function returns the API portion of the Id.
*
* @param[in] _id is the Id of the object to obtain the API from