Fix typo in bignum.c

This commit is contained in:
Paul Bakker 2014-05-01 14:19:23 +02:00
parent b9e4e2c97a
commit c37b0ac4b2

View File

@ -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,