Skip to content

Commit 75c0d3f

Browse files
committed
Fix a typo in a comment describing gcc.rs's eh_frame_registry module
s/reigster/register/
1 parent a23064a commit 75c0d3f

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
@@ -284,7 +284,7 @@ unsafe extern "C" fn rust_eh_unwind_resume(panic_ctx: *mut u8) -> ! {
284284
// to actively register their unwind info sections via unwinder API.
285285
//
286286
// This module defines two symbols which are referenced and called from
287-
// rsbegin.rs to reigster our information with the GCC runtime. The
287+
// rsbegin.rs to register our information with the GCC runtime. The
288288
// implementation of stack unwinding is (for now) deferred to libgcc_eh, however
289289
// Rust crates use these Rust-specific entry points to avoid potential clashes
290290
// with any GCC runtime.

0 commit comments

Comments
 (0)