From 2e589f4be72802457ffa658c53bd0aea68b1bb97 Mon Sep 17 00:00:00 2001 From: Malte Date: Tue, 6 May 2014 07:43:22 +0200 Subject: [PATCH] RAND: removed some doxycomment --- src/rand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rand.c b/src/rand.c index e26f27a..42675a9 100644 --- a/src/rand.c +++ b/src/rand.c @@ -91,7 +91,7 @@ static mp_digit read_int_dev_urandom(void) * out of a randomly chosen integer. * A zero is signed positiv. * - * @param random_int a randomly chosen mp_digit [out] + * @param random_int a randomly chosen mp_digit * @param sign a integer to store the sign (1==positiv) [out] * @return random small integer from the set {-1, 0, 1} */