Fix typo in comment

This commit is contained in:
Matthias Schiffer 2015-10-03 14:13:50 +02:00
parent 16636d4f90
commit 55178f5f41

View file

@ -187,7 +187,7 @@ static int check_equal(const unsigned int x[32], const unsigned int y[32]) {
/** /**
* Checks if an unpacked integer equals zero * Checks if an unpacked integer equals zero
* *
* The intergers must be must be \ref squeeze "squeezed" before. * The intergers must be \ref squeeze "squeezed" before.
*/ */
static int check_zero(const unsigned int x[32]) { static int check_zero(const unsigned int x[32]) {
static const unsigned int p[32] = { static const unsigned int p[32] = {