fix doc error for cxBufferWrite

Sat, 30 Apr 2022 08:40:40 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 30 Apr 2022 08:40:40 +0200
changeset 537
16219eba3a0a
parent 536
cb9b9739055e
child 538
2cfbcbe86a7c

fix doc error for cxBufferWrite

src/cx/buffer.h file | annotate | diff | comparison | revisions
--- 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(

mercurial