Skip to content

Commit afefa4c

Browse files
committed
Fix small typos
Signed-off-by: Afonso Oliveira <[email protected]>
1 parent 0284cad commit afefa4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/inst/B/zext.h.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ zext.h:
1010
The *zext.h* instruction is a pseudo-op for `pack` when `Zbkb` is implemented and XLEN == 32.
1111
1212
[NOTE]
13-
The *zext.h* instruction is a pseduo-op for `packw` when `Zbkb` is implmeneted and XLEN == 64.
13+
The *zext.h* instruction is a pseudo-op for `packw` when `Zbkb` is implemented and XLEN == 64.
1414
definedBy:
1515
anyOf: [B, Zbb]
1616
encoding:
@@ -28,7 +28,7 @@ zext.h:
2828
location: 19-15
2929
- name: rd
3030
location: 11-7
31-
excludedBy: Zbkb # zext.h is a pseduo-op for pack/packw when Zbkb is implemented
31+
excludedBy: Zbkb # zext.h instruction is a pseudo-op for `packw` when `Zbkb` is implemented
3232
assembly: xd, xs1
3333
access:
3434
s: always

0 commit comments

Comments
 (0)