Skip to content

Commit c1a19b8

Browse files
authored
Rollup merge of #37031 - fitzgen:typo-in-gcc-rs-comment, r=alexcrichton
Fix a typo in a comment describing gcc.rs's eh_frame_registry module s/reigster/register/ r? @alexcrichton
2 parents 73a9b8a + 75c0d3f commit c1a19b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libpanic_unwind/gcc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ unsafe extern "C" fn rust_eh_unwind_resume(panic_ctx: *mut u8) -> ! {
287287
// to actively register their unwind info sections via unwinder API.
288288
//
289289
// This module defines two symbols which are referenced and called from
290-
// rsbegin.rs to reigster our information with the GCC runtime. The
290+
// rsbegin.rs to register our information with the GCC runtime. The
291291
// implementation of stack unwinding is (for now) deferred to libgcc_eh, however
292292
// Rust crates use these Rust-specific entry points to avoid potential clashes
293293
// with any GCC runtime.

0 commit comments

Comments
 (0)