From c73ab591d9ed44247813ea56e5f76c0601b09a08 Mon Sep 17 00:00:00 2001 From: smorita-esol <32567894+smorita-esol@users.noreply.github.com> Date: Wed, 21 Jun 2023 12:04:24 +0900 Subject: [PATCH] Update thread_attr.h Reflecting on the suggestion for the comments of thread_attr.h. --- include/rcutils/thread_attr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rcutils/thread_attr.h b/include/rcutils/thread_attr.h index 729ecb85..dadb161e 100644 --- a/include/rcutils/thread_attr.h +++ b/include/rcutils/thread_attr.h @@ -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