From ec8518e4fbde1b578137883cc7c4fe6805723a3f Mon Sep 17 00:00:00 2001 From: Vadim Chugunov Date: Tue, 26 Jul 2016 18:53:47 -0700 Subject: [PATCH] Fix typos --- src/libpanic_unwind/dwarf/eh.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libpanic_unwind/dwarf/eh.rs b/src/libpanic_unwind/dwarf/eh.rs index 1e9e9e30f5cf..2284a9bbb73e 100644 --- a/src/libpanic_unwind/dwarf/eh.rs +++ b/src/libpanic_unwind/dwarf/eh.rs @@ -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 {