We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41c8d3f + ec8518e commit 01505a3Copy full SHA for 01505a3
src/libpanic_unwind/dwarf/eh.rs
@@ -108,7 +108,7 @@ pub unsafe fn find_eh_action(lsda: *const u8, context: &EHContext) -> EHAction {
108
}
109
110
111
- // 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.
112
// So rather than returning EHAction::Terminate, we do this.
113
EHAction::None
114
} else {
0 commit comments