ucx/buffer.h

changeset 166
350a0e3898bd
parent 165
4d85da1f98db
child 168
24a012440dee
     1.1 --- a/ucx/buffer.h	Mon May 05 14:52:40 2014 +0200
     1.2 +++ b/ucx/buffer.h	Mon May 05 15:56:39 2014 +0200
     1.3 @@ -220,7 +220,7 @@
     1.4   * @param size the length of one element
     1.5   * @param nitems the element count
     1.6   * @param buffer the UcxBuffer to read from
     1.7 - * @return the total count of bytes read
     1.8 + * @return the total number of elements read
     1.9   */
    1.10  size_t ucx_buffer_read(void *ptr, size_t size, size_t nitems,
    1.11          UcxBuffer *buffer);

mercurial