diff --git a/evm/src/cpu/kernel/asm/secp256k1/lift_x.asm b/evm/src/cpu/kernel/asm/secp256k1/lift_x.asm index dc765518..77e484be 100644 --- a/evm/src/cpu/kernel/asm/secp256k1/lift_x.asm +++ b/evm/src/cpu/kernel/asm/secp256k1/lift_x.asm @@ -61,7 +61,7 @@ %endmacro // Non-deterministically provide the square root modulo N. -// Note: The square root is not checked and the macro doesn't not panic if `x` is not a square. +// Note: The square root is not checked and the macro doesn't panic if `x` is not a square. %macro sqrt_secp_base_unsafe // stack: x PROVER_INPUT(ff::secp256k1_base::sqrt)