# HG changeset patch # User Mike Becker # Date 1651300840 -7200 # Node ID 16219eba3a0ad144a2a8a82e7dfcc2a5098f6bdd # Parent cb9b9739055e8bfcbcefad7f82cba9df812e1dd3 fix doc error for cxBufferWrite diff -r cb9b9739055e -r 16219eba3a0a src/cx/buffer.h --- a/src/cx/buffer.h Sat Apr 30 08:30:51 2022 +0200 +++ b/src/cx/buffer.h Sat Apr 30 08:40:40 2022 +0200 @@ -284,7 +284,7 @@ * @param size the length of one element * @param nitems the element count * @param buffer the CxBuffer to write to - * @return the total count of bytes written + * @return the total count of elements written */ __attribute__((__nonnull__)) size_t cxBufferWrite(