gcrypt: Fix return value of pad_oaep().
[paraslash.git] / ringbuffer.c
index bf990b06c6a26256fb16a59422a8b348312f7b96..15d767e67d6bcb7e99a4c84f59ba2376f530c9e0 100644 (file)
@@ -96,7 +96,7 @@ void *ringbuffer_get(struct ringbuffer *rb, int num)
  *
  * \param rb The ringbuffer identifier
  *
- * This function always succeeds and never returns a number greater than the
+ * \return This function always succeeds. It returns a number less than the
  * size of the ring buffer.
  */
 unsigned ringbuffer_filled(struct ringbuffer *rb)