Skip to content

Commit 3ba82a7

Browse files
committed
fixed comment
1 parent 5ab9935 commit 3ba82a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/carray_capi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ struct carray_capi
197197
* shrinkCapacity - flag, if true the capacity is set to the new size.
198198
*
199199
* Returns pointer to the first element in the array. The caller may read
200-
* or write newElementCount bytes at this pointer.
200+
* or write newElementCount elements at this pointer.
201201
* Returns NULL on failure or if newElementCount == 0.
202202
*/
203203
void* (*resizeCarray)(carray* a, size_t newElementCount, int shrinkCapacity);

0 commit comments

Comments
 (0)