Skip to content

Commit

Permalink
Fix typo in doc/vector/insns/vrol.adoc (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
RealFYang committed Oct 9, 2023
1 parent 1769c26 commit e2dd7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/vector/insns/vrol.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Description::
A bitwise left rotation is performed on each element of `vs2`

The elements in `vs2` are rotated left by the rotate amount specified by either
the cotrresponding elements of `vs1` (vector-vector), or integer register `rs1`
the corresponding elements of `vs1` (vector-vector), or integer register `rs1`
(vector-scalar).
Only the low log2(`SEW`) bits of the rotate-amount value are used, all other
bits are ignored.
Expand Down

0 comments on commit e2dd7d9

Please sign in to comment.