aboutsummaryrefslogtreecommitdiff
path: root/src/simd/archsimd/_gen/simdgen/gen_simdMachineOps.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/simd/archsimd/_gen/simdgen/gen_simdMachineOps.go')
-rw-r--r--src/simd/archsimd/_gen/simdgen/gen_simdMachineOps.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simd/archsimd/_gen/simdgen/gen_simdMachineOps.go b/src/simd/archsimd/_gen/simdgen/gen_simdMachineOps.go
index 3d99dd2a81..94b122ac39 100644
--- a/src/simd/archsimd/_gen/simdgen/gen_simdMachineOps.go
+++ b/src/simd/archsimd/_gen/simdgen/gen_simdMachineOps.go
@@ -181,7 +181,7 @@ func writeSIMDMachineOps(ops []Operation) *bytes.Buffer {
}
hasMerging = gOp.hasMaskedMerging(maskType, shapeOut)
if hasMerging && !resultInArg0 {
- // We have to copy the slice here becasue the sort will be visible from other
+ // We have to copy the slice here because the sort will be visible from other
// aliases when no reslicing is happening.
newIn := make([]Operand, len(op.In), len(op.In)+1)
copy(newIn, op.In)