rand: fix comment

This commit is contained in:
Dmitry Podgorny
2018-10-24 22:28:54 +03:00
parent 8ff510a3af
commit 13a0bc463c

View File

@@ -36,7 +36,7 @@ xmpp_rand_t *xmpp_rand_new(xmpp_ctx_t *ctx);
*/ */
void xmpp_rand_free(xmpp_ctx_t *ctx, xmpp_rand_t *rand); void xmpp_rand_free(xmpp_ctx_t *ctx, xmpp_rand_t *rand);
/** Generate random integer /** Generate random integer.
* Analogue of rand(3). * Analogue of rand(3).
* *
* @ingroup Random * @ingroup Random