RAND: removed some doxycomment

This commit is contained in:
Malte 2014-05-06 07:43:22 +02:00 committed by malte
parent f459f09e57
commit 2e589f4be7
1 changed files with 1 additions and 1 deletions

View File

@ -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}
*/