Skip to content

Commit e17d9d3

Browse files
committedJun 1, 2025··
asm-5: fix a typo
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
1 parent 9349444 commit e17d9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎content/asm_5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ As a result of this macro, for example the instruction:
430430
REPX {pmulhuw x, m7}, m0, m1, m2, m3
431431
```
432432

433-
we will have the following expandsion of the macro:
433+
we will have the following expansion of the macro:
434434

435435
```assembly
436436
pmulhuw m0, m7

0 commit comments

Comments
 (0)
Please sign in to comment.