|
@@ -212,7 +212,7 @@ void * get_dlprevious(void *ptr);
|
|
|
* \param allocator The pointer to the allocator who manages the block.
|
|
|
* \param ptr The pointer to the data part of the current memory block.
|
|
|
*
|
|
|
- * \return The pointer to the next block.
|
|
|
+ * \return The pointer to the data part of the next block.
|
|
|
* \retval NULL There is no next block.
|
|
|
*/
|
|
|
void * get_dlnext(allocator_t *allocator, void *ptr);
|