Skip to content

Commit

Permalink
Rollup merge of rust-lang#37031 - fitzgen:typo-in-gcc-rs-comment, r=a…
Browse files Browse the repository at this point in the history
…lexcrichton

Fix a typo in a comment describing gcc.rs's eh_frame_registry module

s/reigster/register/

r? @alexcrichton
  • Loading branch information
Manishearth committed Oct 8, 2016
2 parents 73a9b8a + 75c0d3f commit c1a19b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libpanic_unwind/gcc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ unsafe extern "C" fn rust_eh_unwind_resume(panic_ctx: *mut u8) -> ! {
// to actively register their unwind info sections via unwinder API.
//
// This module defines two symbols which are referenced and called from
// rsbegin.rs to reigster our information with the GCC runtime. The
// rsbegin.rs to register our information with the GCC runtime. The
// implementation of stack unwinding is (for now) deferred to libgcc_eh, however
// Rust crates use these Rust-specific entry points to avoid potential clashes
// with any GCC runtime.
Expand Down

0 comments on commit c1a19b8

Please sign in to comment.