Skip to content

Commit

Permalink
Update midenc-debug/src/exec/executor.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Schoenfelder <[email protected]>
  • Loading branch information
greenhat and bitwalker authored Dec 17, 2024
1 parent 167f0a0 commit 5f75549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion midenc-debug/src/exec/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ impl Executor {
Ok(self)
}

/// Set the contents of memory for the shadow stack frame of the entrypint
/// Set the contents of memory for the shadow stack frame of the entrypoint
pub fn with_advice_inputs(&mut self, advice: AdviceInputs) -> &mut Self {
self.advice.extend(advice);
self
Expand Down

0 comments on commit 5f75549

Please sign in to comment.