From 156c5ea088d15f33cc47f9b041c5a575a065a37c Mon Sep 17 00:00:00 2001 From: alan <652732310@qq.com> Date: Fri, 18 Apr 2025 16:01:02 +0800 Subject: [PATCH] fix a typo --- circuits/smt/smtprocessorsm.circom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circuits/smt/smtprocessorsm.circom b/circuits/smt/smtprocessorsm.circom index e40356f9..1fc10f0e 100644 --- a/circuits/smt/smtprocessorsm.circom +++ b/circuits/smt/smtprocessorsm.circom @@ -20,7 +20,7 @@ /*************************************************************************************************** Each level on a SMTProcessor has a state. -The state of the level depends on the state of te botom level and on `xor` and +The state of the level depends on the state of the botom level and on `xor` and `is0` signals. `isOldLev` 1 when is the level where oldLeaf is.