about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVadim Chugunov <vadimcn@gmail.com>2016-07-26 18:53:47 -0700
committerVadim Chugunov <vadimcn@gmail.com>2016-07-26 18:53:47 -0700
commitec8518e4fbde1b578137883cc7c4fe6805723a3f (patch)
treec44e121bf478c5d67b628f28d0b7eaeadf4a69db
parent5fbcf08dd8cfc347c13d84c8ea20e3bfce6793fc (diff)
downloadrust-ec8518e4fbde1b578137883cc7c4fe6805723a3f.tar.gz
rust-ec8518e4fbde1b578137883cc7c4fe6805723a3f.zip
Fix typos
-rw-r--r--src/libpanic_unwind/dwarf/eh.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libpanic_unwind/dwarf/eh.rs b/src/libpanic_unwind/dwarf/eh.rs
index 1e9e9e30f5c..2284a9bbb73 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 {