diff --git a/crates/zkwasm/src/runtime/monitor/plugins/table/mod.rs b/crates/zkwasm/src/runtime/monitor/plugins/table/mod.rs index b24b6d15..f1344aaa 100644 --- a/crates/zkwasm/src/runtime/monitor/plugins/table/mod.rs +++ b/crates/zkwasm/src/runtime/monitor/plugins/table/mod.rs @@ -617,7 +617,7 @@ impl Monitor for TablePlugin { instruction, ); - // Since we cannot get return value now, we store the incompete event + // Since we cannot get return value now, we store the incomplete event // and fix later. if matches!(step_info, StepInfo::CallHost { .. }) || matches!(step_info, StepInfo::ExternalHostCall { .. })