Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Jul 27, 2016
1 parent 5fbcf08 commit ec8518e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libpanic_unwind/dwarf/eh.rs
Expand Up @@ -108,7 +108,7 @@ pub unsafe fn find_eh_action(lsda: *const u8, context: &EHContext) -> EHAction {
}
}
}
// Ip is not present in the table. This should not hapen... but it does: issie #35011.
// Ip is not present in the table. This should not happen... but it does: issue #35011.
// So rather than returning EHAction::Terminate, we do this.
EHAction::None
} else {
Expand Down

0 comments on commit ec8518e

Please sign in to comment.