Skip to content

Commit

Permalink
Fix typo (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay committed Feb 7, 2021
1 parent 87d08d7 commit 527ab75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub enum EbpfError<E: UserDefinedError> {
#[error("attempted to exit root call frame")]
ExitRootCallFrame,
/// Divide by zero"
#[error("devide by zero at instruction {0}")]
#[error("divide by zero at instruction {0}")]
DivideByZero(usize),
/// Exceeded max instructions allowed
#[error("attempted to execute past the end of the text segment at instruction #{0}")]
Expand Down

0 comments on commit 527ab75

Please sign in to comment.