symm/rc4.[ch]: Fix incorrect documentation on `rc4_rand'.
[catacomb] / symm / rc4.c
index 303b76e..38f0097 100644 (file)
@@ -277,8 +277,8 @@ static const grand_ops grops = {
  *
  * Returns:    Pointer to generic random number generator interface.
  *
- * Use:                Creates a random number interface wrapper around an
- *             OFB-mode block cipher.
+ * Use:                Creates a random number interface wrapper around the RC4
+ *             stream cipher.
  */
 
 grand *rc4_rand(const void *k, size_t sz)