From e2cbacebe47466ae2c581cea0f6c47d1d79b470a Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Wed, 16 Dec 2015 10:37:29 -0800 Subject: [PATCH] spelling --- rcl/include/rcl/wait.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcl/include/rcl/wait.h b/rcl/include/rcl/wait.h index 0453f91..a9aa117 100644 --- a/rcl/include/rcl/wait.h +++ b/rcl/include/rcl/wait.h @@ -141,7 +141,7 @@ RCL_PUBLIC rcl_ret_t rcl_wait_set_get_allocator(const rcl_wait_set_t * wait_set, rcl_allocator_t * allocator); -/// Stores a pointer to the given subscription in the next empty spot in the set. +/// Store a pointer to the given subscription in the next empty spot in the set. /* This function does not guarantee that the subscription is not already in the * wait set. *