Skip to content

Commit 880b0f9

Browse files
a couple of typo fixes for doc section. (#391) (#392)
Signed-off-by: Tomoya Fujita <[email protected]> (cherry picked from commit 95ac972) Co-authored-by: Tomoya Fujita <[email protected]>
1 parent c9dd78a commit 880b0f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rmw/include/rmw/discovery_options.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ rmw_discovery_options_equal(
146146
* \param[out] dst Destination options to use.
147147
* \return RMW_RET_OK if success.
148148
* \return RMW_RET_INVALID_ARGUMENT if either the src, allocator or dst is null, or
149-
* \return RMW_RET_INVALID_ARUGMENT if src and dst are the same object.
149+
* \return RMW_RET_INVALID_ARGUMENT if src and dst are the same object.
150150
* \return RMW_RET_BAD_ALLOC if allocation fails.
151151
*/
152152
RMW_PUBLIC
@@ -160,7 +160,6 @@ rmw_discovery_options_copy(
160160
/// Destructor for rmw_discovery_options_t
161161
/**
162162
* \param[in] discovery_options to destroy
163-
* \param[in] allocator to be used for destruction.
164163
* \return RMW_RET_OK if success.
165164
* \return RMW_RET_INVALID_ARGUMENT if allocator is invalid
166165
* or discovery_options is null.

0 commit comments

Comments
 (0)