about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2016-07-29 11:57:54 +0200
committerGitHub <noreply@github.com>2016-07-29 11:57:54 +0200
commit01505a3311005fff8e3ef71e2cf4753ecbe31088 (patch)
treefefd1ea5d2e83d8f46abe5ea71d5306c9f10b0a8 /src
parent41c8d3f63017151b08577ecbefbc60c154e8324f (diff)
parentec8518e4fbde1b578137883cc7c4fe6805723a3f (diff)
downloadrust-01505a3311005fff8e3ef71e2cf4753ecbe31088.tar.gz
rust-01505a3311005fff8e3ef71e2cf4753ecbe31088.zip
Rollup merge of #35066 - vadimcn:fix-typos, r=apasel422
Fix typos

r? @steveklabnik
Diffstat (limited to 'src')
-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 {