From 7c5d89905568935c4ff39a40ea335b638a95fdbc Mon Sep 17 00:00:00 2001 From: Malte Date: Tue, 6 May 2014 07:55:04 +0200 Subject: [PATCH] RAND: improve some spelling --- src/rand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rand.c b/src/rand.c index 72643f4..a0ac33c 100644 --- a/src/rand.c +++ b/src/rand.c @@ -92,7 +92,7 @@ static mp_digit get_int_dev_urandom(void) * A zero is signed positiv. * * @param random_int a randomly chosen mp_digit - * @param sign a integer to store the sign (1==positiv) [out] + * @param sign an integer to store the sign (1==positiv) [out] * @return random small integer from the set {-1, 0, 1} */ static mp_digit get_random_ternary(mp_digit random_int, int* sign)