Skip to content

Commit ee7954d

Browse files
committed
Fix typos (taking into account review comments)
1 parent 65de37a commit ee7954d

File tree

1 file changed

+1
-1
lines changed
  • portable-simd/crates/core_simd/src

1 file changed

+1
-1
lines changed

portable-simd/crates/core_simd/src/ops.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ macro_rules! for_base_types {
122122
#[inline]
123123
#[must_use = "operator returns a new vector without mutating the inputs"]
124124
// TODO: only useful for int Div::div, but we hope that this
125-
// will essentially always always get inlined anyway.
125+
// will essentially always get inlined anyway.
126126
#[track_caller]
127127
fn $call(self, rhs: Self) -> Self::Output {
128128
$macro_impl!(self, rhs, $inner, $scalar)

0 commit comments

Comments
 (0)