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 ba9b02a commit 09daeeeCopy full SHA for 09daeee
lib/compiler/src/engine/unwind/systemv.rs
@@ -143,7 +143,7 @@ impl UnwindRegistry {
143
144
#[allow(clippy::cast_ptr_alignment)]
145
unsafe fn register_frames(&mut self, eh_frame: &[u8]) {
146
- // Register atexit handler that will tell use if exit has been called.
+ // Register atexit handler that will tell us if exit has been called.
147
static INIT: Once = Once::new();
148
INIT.call_once(|| unsafe {
149
libc::atexit(atexit_handler);
0 commit comments