Rollup merge of #35066 - vadimcn:fix-typos, r=apasel422
Fix typos r? @steveklabnik
This commit is contained in:
commit
01505a3311
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user