We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73a9b8a + 75c0d3f commit c1a19b8Copy full SHA for c1a19b8
src/libpanic_unwind/gcc.rs
@@ -287,7 +287,7 @@ unsafe extern "C" fn rust_eh_unwind_resume(panic_ctx: *mut u8) -> ! {
287
// to actively register their unwind info sections via unwinder API.
288
//
289
// This module defines two symbols which are referenced and called from
290
-// rsbegin.rs to reigster our information with the GCC runtime. The
+// rsbegin.rs to register our information with the GCC runtime. The
291
// implementation of stack unwinding is (for now) deferred to libgcc_eh, however
292
// Rust crates use these Rust-specific entry points to avoid potential clashes
293
// with any GCC runtime.
0 commit comments