Skip to content

Commit 5e7374b

Browse files
authored
Fix typo
1 parent 8ab9fd8 commit 5e7374b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/arm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
use core::intrinsics;
44

5-
// NOTE This function and the ones below are implemented using assembly because they using a custom
6-
// calling convention which can't be implemented using a normal Rust function.
5+
// NOTE This function and the ones below are implemented using assembly because they are using a
6+
// custom calling convention which can't be implemented using a normal Rust function.
77
// NOTE The only difference between the iOS and non-iOS versions of those functions is that the iOS
88
// versions use 3 leading underscores in the names of called functions instead of 2.
99
#[cfg(not(any(target_os = "ios", target_env = "msvc")))]

0 commit comments

Comments
 (0)