Skip to content

Commit c73ab59

Browse files
authored
Update thread_attr.h
Reflecting on the suggestion for the comments of thread_attr.h.
1 parent 50fb1fd commit c73ab59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rcutils/thread_attr.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ rcutils_thread_attrs_init(
9292
* \brief Initialize list of thread attributes with a capacity.
9393
* \param[out] thread_attrs list of thread attributes to be initialized
9494
* \param[in] allocator memory allocator to be used
95-
* \param[in] capacity ...
95+
* \param[in] capacity initial capacity of the list of thread attributes
9696
* \return #RCUTILS_RET_OK if the structure was initialized succeessfully, or
9797
* \return #RCUTILS_RET_INVALID_ARGUMENT if any function arguments are invalid, or
9898
* \return #RCUTILS_RET_BAD_ALLOC if allocating memory failed, or

0 commit comments

Comments
 (0)