From a706a2331938653ca1d1d2b50b74451859f610bd Mon Sep 17 00:00:00 2001 From: Malte Date: Tue, 6 May 2014 07:45:51 +0200 Subject: [PATCH] RAND: corected spelling --- src/rand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rand.c b/src/rand.c index 105127d..a7b4b07 100644 --- a/src/rand.c +++ b/src/rand.c @@ -131,7 +131,7 @@ static mp_int *get_random_bigint(mp_int *upper_bound, mp_int *lower_bound, } /** - * Checks if the coefficients of a polynom are less then + * Checks if the coefficients of a polynom are less than * PERCENTAGE_OF_ZERO_ALLOWED zero * * @param polynom a pointer to the polynom you want to test [out]