Fix another comment typo

This commit is contained in:
Matthias Schiffer 2015-10-09 18:26:06 +02:00
parent c917cec3ef
commit a20ecf69d8

View file

@ -265,7 +265,7 @@ static int check_equal(const uint32_t x[32], const uint32_t y[32]) {
/**
* Checks if an unpacked integer equals zero (modulo p)
*
* The interger must be squeezed before.
* The integer must be squeezed before.
*/
static int check_zero(const uint32_t x[32]) {
static const uint32_t p[32] = {