Skip to content

Commit f0433b6

Browse files
Refs #21137. Apply suggestions from code review
Signed-off-by: Miguel Company <miguelcompany@eprosima.com> Co-authored-by: Eduardo Ponz Segrelles <eduardoponz@eprosima.com>
1 parent 9b4108d commit f0433b6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

include/fastdds/rtps/history/WriterHistory.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,16 +223,16 @@ class WriterHistory : public rtps::History
223223
/**
224224
* Release a change when it is not being used anymore.
225225
*
226-
* @param change Pointer to the cache change to be released.
226+
* @param ch Pointer to the cache change to be released.
227227
*
228228
* @returns whether the operation succeeded or not
229229
*
230230
* @pre
231231
* @li A writer has been associated with this history
232-
* @li @c change is not @c nullptr
233-
* @li @c change points to a cache change obtained from a call to @c this->create_change
232+
* @li @c ch is not @c nullptr
233+
* @li @c ch points to a cache change obtained from a call to @c this->create_change
234234
*
235-
* @post memory pointed to by @c change is not accessed
235+
* @post memory pointed to by @c ch is not accessed
236236
*/
237237
FASTDDS_EXPORTED_API bool release_change(
238238
CacheChange_t* ch);

0 commit comments

Comments
 (0)