Skip to content

Commit

Permalink
fix typo remu.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
teenager-ETH authored Dec 22, 2024
1 parent b095ee8 commit 25f7f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jolt-core/src/jolt/instruction/remu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::jolt::instruction::{
JoltInstruction,
};

/// Perform unsigned divison and return remainder
/// Perform unsigned division and return remainder
pub struct REMUInstruction<const WORD_SIZE: usize>;

impl<const WORD_SIZE: usize> VirtualInstructionSequence for REMUInstruction<WORD_SIZE> {
Expand Down

0 comments on commit 25f7f3e

Please sign in to comment.