Rollup merge of #35066 - vadimcn:fix-typos, r=apasel422

Fix typos

r? @steveklabnik
This commit is contained in:
Guillaume Gomez 2016-07-29 11:57:54 +02:00 committed by GitHub
commit 01505a3311

View File

@ -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 {