mirror of
https://github.com/neocturne/libuecc.git
synced 2025-03-04 09:03:31 +01:00
Fix typo in comment
This commit is contained in:
parent
16636d4f90
commit
55178f5f41
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*
|
||||
* 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 const unsigned int p[32] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue