Skip to content

Commit 1ab31cc

Browse files
committed
Merge pull request #546 from Dav1dde/patch-2
Typo in core.simd, market -> marked
2 parents c4440de + 2c76584 commit 1ab31cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/simd.d

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ version ( D_SIMD )
427427
* op1 op= op2
428428
* Returns:
429429
* op2
430-
* These cannot be market as pure, as semantic() doesn't check them.
430+
* These cannot be marked as pure, as semantic() doesn't check them.
431431
*/
432432
@safe void16 __simd_sto(XMM opcode, void16 op1, void16 op2);
433433
@safe void16 __simd_sto(XMM opcode, double op1, void16 op2); ///

0 commit comments

Comments
 (0)