From 13a0bc463cbd334d9408443317724b3f5013b1dd Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Wed, 24 Oct 2018 22:28:54 +0300 Subject: [PATCH] rand: fix comment --- src/rand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rand.h b/src/rand.h index 1e4880b..c41481a 100644 --- a/src/rand.h +++ b/src/rand.h @@ -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); -/** Generate random integer +/** Generate random integer. * Analogue of rand(3). * * @ingroup Random