diff options
| author | Nick Fitzgerald <fitzgen@gmail.com> | 2016-10-07 15:00:48 -0700 |
|---|---|---|
| committer | Nick Fitzgerald <fitzgen@gmail.com> | 2016-10-07 15:00:48 -0700 |
| commit | 75c0d3f6573b034e98a9bf13403feba2fd8ad3cf (patch) | |
| tree | 001ae297fb538e5acad4591f34929f5ba0fa9341 /src | |
| parent | a23064af5ec7f52b287e2c60823fed92a4763502 (diff) | |
| download | rust-75c0d3f6573b034e98a9bf13403feba2fd8ad3cf.tar.gz rust-75c0d3f6573b034e98a9bf13403feba2fd8ad3cf.zip | |
Fix a typo in a comment describing gcc.rs's eh_frame_registry module
s/reigster/register/
Diffstat (limited to 'src')
| -rw-r--r-- | src/libpanic_unwind/gcc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libpanic_unwind/gcc.rs b/src/libpanic_unwind/gcc.rs index bd0c2f5126d..4d97df067dc 100644 --- a/src/libpanic_unwind/gcc.rs +++ b/src/libpanic_unwind/gcc.rs @@ -284,7 +284,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. |
