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.
1 parent a23064a commit 75c0d3fCopy full SHA for 75c0d3f
src/libpanic_unwind/gcc.rs
@@ -284,7 +284,7 @@ unsafe extern "C" fn rust_eh_unwind_resume(panic_ctx: *mut u8) -> ! {
284
// to actively register their unwind info sections via unwinder API.
285
//
286
// This module defines two symbols which are referenced and called from
287
-// rsbegin.rs to reigster our information with the GCC runtime. The
+// rsbegin.rs to register our information with the GCC runtime. The
288
// implementation of stack unwinding is (for now) deferred to libgcc_eh, however
289
// Rust crates use these Rust-specific entry points to avoid potential clashes
290
// with any GCC runtime.
0 commit comments