File tree Expand file tree Collapse file tree
include/fastdds/rtps/history Expand file tree Collapse file tree Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments