File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ rmw_discovery_options_equal(
146
146
* \param[out] dst Destination options to use.
147
147
* \return RMW_RET_OK if success.
148
148
* \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.
150
150
* \return RMW_RET_BAD_ALLOC if allocation fails.
151
151
*/
152
152
RMW_PUBLIC
@@ -160,7 +160,6 @@ rmw_discovery_options_copy(
160
160
/// Destructor for rmw_discovery_options_t
161
161
/**
162
162
* \param[in] discovery_options to destroy
163
- * \param[in] allocator to be used for destruction.
164
163
* \return RMW_RET_OK if success.
165
164
* \return RMW_RET_INVALID_ARGUMENT if allocator is invalid
166
165
* or discovery_options is null.
You can’t perform that action at this time.
0 commit comments