diff --git a/doc/vector/insns/vrol.adoc b/doc/vector/insns/vrol.adoc index ae6ca6ff..308ceb96 100644 --- a/doc/vector/insns/vrol.adoc +++ b/doc/vector/insns/vrol.adoc @@ -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.