Skip to content

Commit 09daeee

Browse files
marxinCopilot
authored andcommitted
Update lib/compiler/src/engine/unwind/systemv.rs
Co-authored-by: Copilot <[email protected]>
1 parent ba9b02a commit 09daeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/compiler/src/engine/unwind/systemv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ impl UnwindRegistry {
143143

144144
#[allow(clippy::cast_ptr_alignment)]
145145
unsafe fn register_frames(&mut self, eh_frame: &[u8]) {
146-
// Register atexit handler that will tell use if exit has been called.
146+
// Register atexit handler that will tell us if exit has been called.
147147
static INIT: Once = Once::new();
148148
INIT.call_once(|| unsafe {
149149
libc::atexit(atexit_handler);

0 commit comments

Comments
 (0)