Skip to content

Commit

Permalink
fix linter warning (#224)
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
  • Loading branch information
dirk-thomas committed Apr 24, 2020
1 parent d935945 commit 6d985b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw/include/rmw/topic_endpoint_info_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ rmw_topic_endpoint_info_array_init_with_size(
* This function reclaims any allocated resources within the object and also sets the value of size
* to 0.
*
* If a non RMW_RET_OK return value is returned, the RMW error message will be set
* If a non RMW_RET_OK return value is returned, the RMW error message will be set
*
* \param[inout] topic_endpoint_info_array object to be finalized
* \param[in] allocator the allocator used to allocate memory to the object
Expand Down

0 comments on commit 6d985b1

Please sign in to comment.