commit ff299e39af6e65880f354be17e4d0364316c7097
parent 106437f02c135fa1ac965816acabe49c9e1c748c
Author: vaplv <vaplv@free.fr>
Date: Wed, 24 Sep 2014 08:06:24 +0200
Comment typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/dynamic_array.h b/src/dynamic_array.h
@@ -272,7 +272,7 @@ DARRAY_FUNC__(copy_and_clear)
}
if(src->data != (DARRAY_DATA*)src->buf && src->allocator == dst->allocator) {
- /* Give the ownership of src->m_Data to dst */
+ /* Give the ownership of src->data to dst */
DARRAY_FUNC__(clear)(dst);
if(dst->data != (DARRAY_DATA*)dst->buf) {
MEM_FREE(dst->allocator, dst->data);