summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-12 08:56:48 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-12 14:18:58 +0100
commit3b784ba0284796cb1f36f4aed5c3142351ca40d8 (patch)
tree9bd93d6e0c0f1e96f279fdb99c60633936607c7b
parentrtems: Use header file for rtems_object_get_name() (diff)
downloadrtems-3b784ba0284796cb1f36f4aed5c3142351ca40d8.tar.bz2
Fix documentation comment
-rw-r--r--cpukit/libcsupport/include/rtems/assoc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/libcsupport/include/rtems/assoc.h b/cpukit/libcsupport/include/rtems/assoc.h
index 238a02f7c7..345761758a 100644
--- a/cpukit/libcsupport/include/rtems/assoc.h
+++ b/cpukit/libcsupport/include/rtems/assoc.h
@@ -168,8 +168,8 @@ typedef struct {
* @param[in] fallback Fallback value in case no bits contained in the pairs
* are set in the value.
*
- * @retval The length of the text representation. May be greater than the
- * buffer size if truncation occurred.
+ * @retval The length of the text representation. May be greater than or equal
+ * to the buffer size if truncation occurred.
*/
size_t rtems_assoc_32_to_string(
uint32_t value,
@@ -188,8 +188,8 @@ size_t rtems_assoc_32_to_string(
* @param[in] buffer The buffer for the text representation.
* @param[in] buffer_size The buffer size in characters.
*
- * @retval The length of the text representation. May be greater than the
- * buffer size if truncation occurred.
+ * @retval The length of the text representation. May be greater than or equal
+ * to the buffer size if truncation occurred.
*/
size_t rtems_assoc_thread_states_to_string(
uint32_t states,