Skip to content

Commit

Permalink
Update thread_attr.h
Browse files Browse the repository at this point in the history
Reflecting on the suggestion for the comments of thread_attr.h.
  • Loading branch information
smorita-esol committed Jun 21, 2023
1 parent 50fb1fd commit c73ab59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rcutils/thread_attr.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ rcutils_thread_attrs_init(
* \brief Initialize list of thread attributes with a capacity.
* \param[out] thread_attrs list of thread attributes to be initialized
* \param[in] allocator memory allocator to be used
* \param[in] capacity ...
* \param[in] capacity initial capacity of the list of thread attributes
* \return #RCUTILS_RET_OK if the structure was initialized succeessfully, or
* \return #RCUTILS_RET_INVALID_ARGUMENT if any function arguments are invalid, or
* \return #RCUTILS_RET_BAD_ALLOC if allocating memory failed, or
Expand Down

0 comments on commit c73ab59

Please sign in to comment.