Skip to content

Commit 85600e9

Browse files
committed
rustfmt
1 parent dba6c35 commit 85600e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmov/src/backends/aarch64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ macro_rules! csel64 {
5656
};
5757
}
5858

59-
/// Conditional select equality test using 32-bit `:w` registers and
59+
/// Conditional select equality test using 32-bit `:w` registers and
6060
/// correctly handling unspecified upper bits of 16 bit inputs
6161
macro_rules! cseleq16 {
6262
($instruction:expr, $lhs:expr, $rhs:expr, $condition:expr, $dst:expr) => {

0 commit comments

Comments
 (0)