src/cx/buffer.h

changeset 757
49ceea78fce7
parent 683
aa0d09f2d81c
child 759
475335643af4
     1.1 --- a/src/cx/buffer.h	Thu Nov 23 23:35:51 2023 +0100
     1.2 +++ b/src/cx/buffer.h	Thu Nov 23 23:41:40 2023 +0100
     1.3 @@ -319,11 +319,11 @@
     1.4  void cxBufferClear(CxBuffer *buffer);
     1.5  
     1.6  /**
     1.7 - * Tests, if the buffer position has exceeded the buffer capacity.
     1.8 + * Tests, if the buffer position has exceeded the buffer size.
     1.9   *
    1.10   * @param buffer the buffer to test
    1.11   * @return non-zero, if the current buffer position has exceeded the last
    1.12 - * available byte of the buffer.
    1.13 + * byte of the buffer's contents.
    1.14   */
    1.15  __attribute__((__nonnull__))
    1.16  int cxBufferEof(CxBuffer const *buffer);

mercurial