Skip to content

Commit 01505a3

Browse files
Rollup merge of rust-lang#35066 - vadimcn:fix-typos, r=apasel422
Fix typos r? @steveklabnik
2 parents 41c8d3f + ec8518e commit 01505a3

File tree

1 file changed

+1
-1
lines changed
  • src/libpanic_unwind/dwarf

1 file changed

+1
-1
lines changed

src/libpanic_unwind/dwarf/eh.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pub unsafe fn find_eh_action(lsda: *const u8, context: &EHContext) -> EHAction {
108108
}
109109
}
110110
}
111-
// Ip is not present in the table. This should not hapen... but it does: issie #35011.
111+
// Ip is not present in the table. This should not happen... but it does: issue #35011.
112112
// So rather than returning EHAction::Terminate, we do this.
113113
EHAction::None
114114
} else {

0 commit comments

Comments
 (0)