Skip to content

Commit 82f898f

Browse files
authored
Fix typo: mingw_unwinding
1 parent 4cd9d1c commit 82f898f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/intrinsics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ pub fn _Unwind_Resume() {}
399399
pub extern "C" fn eh_personality() {}
400400

401401
#[cfg(all(windows, target_env = "gnu"))]
402-
mod mingw_unwidning {
402+
mod mingw_unwinding {
403403
#[no_mangle]
404404
pub fn rust_eh_personality() {}
405405
#[no_mangle]

0 commit comments

Comments
 (0)