From c37b0ac4b223ea406b31dca202e74b1afd7c16b8 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Thu, 1 May 2014 14:19:23 +0200 Subject: [PATCH] Fix typo in bignum.c --- library/bignum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/bignum.c b/library/bignum.c index 8b63ba8ac..56670d418 100644 --- a/library/bignum.c +++ b/library/bignum.c @@ -1782,7 +1782,7 @@ cleanup: * Fill X with size bytes of random. * * Use a temporary bytes representation to make sure the result is the same - * regardless of the platform endianness (usefull when f_rng is actually + * regardless of the platform endianness (useful when f_rng is actually * deterministic, eg for tests). */ int mpi_fill_random( mpi *X, size_t size,