RAND: improve some spelling

This commit is contained in:
Malte 2014-05-06 07:55:04 +02:00 committed by malte
parent 8db6a83ae3
commit 7c5d899055
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ static mp_digit get_int_dev_urandom(void)
* A zero is signed positiv. * A zero is signed positiv.
* *
* @param random_int a randomly chosen mp_digit * @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} * @return random small integer from the set {-1, 0, 1}
*/ */
static mp_digit get_random_ternary(mp_digit random_int, int* sign) static mp_digit get_random_ternary(mp_digit random_int, int* sign)