We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab9935 commit 3ba82a7Copy full SHA for 3ba82a7
1 file changed
src/carray_capi.h
@@ -197,7 +197,7 @@ struct carray_capi
197
* shrinkCapacity - flag, if true the capacity is set to the new size.
198
*
199
* Returns pointer to the first element in the array. The caller may read
200
- * or write newElementCount bytes at this pointer.
+ * or write newElementCount elements at this pointer.
201
* Returns NULL on failure or if newElementCount == 0.
202
*/
203
void* (*resizeCarray)(carray* a, size_t newElementCount, int shrinkCapacity);
0 commit comments