Fix typos

This commit is contained in:
Vadim Chugunov 2016-07-26 18:53:47 -07:00
parent 5fbcf08dd8
commit ec8518e4fb

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 {