mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-05-28 12:49:54 +00:00
Fix typos in comments
This commit is contained in:
parent
a0ea26f4b2
commit
d941539bb8
@ -75,7 +75,7 @@ pub(crate) const JUMPDEST_OP: StackBehavior = StackBehavior {
|
|||||||
|
|
||||||
// AUDITORS: If the value below is `None`, then the operation must be manually checked to ensure
|
// AUDITORS: If the value below is `None`, then the operation must be manually checked to ensure
|
||||||
// that every general-purpose memory channel is either disabled or has its read flag and address
|
// that every general-purpose memory channel is either disabled or has its read flag and address
|
||||||
// property constrained. The same applies when `disable_other_channels` is set to `false`,
|
// properly constrained. The same applies when `disable_other_channels` is set to `false`,
|
||||||
// except the first `num_pops` and the last `pushes as usize` channels have their read flag and
|
// except the first `num_pops` and the last `pushes as usize` channels have their read flag and
|
||||||
// address constrained automatically in this file.
|
// address constrained automatically in this file.
|
||||||
pub(crate) const STACK_BEHAVIORS: OpsColumnsView<Option<StackBehavior>> = OpsColumnsView {
|
pub(crate) const STACK_BEHAVIORS: OpsColumnsView<Option<StackBehavior>> = OpsColumnsView {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user