From 816abefec35787a18631009b5044ea11914a399d Mon Sep 17 00:00:00 2001 From: Fei Yang Date: Sun, 8 Oct 2023 12:20:18 +0800 Subject: [PATCH] Fix typo in doc/vector/insns/vrol.adoc --- doc/vector/insns/vrol.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.