replace Vectorised with Vectorized
[libreriscv.git] / openpower / sv / cookbook / chacha20.mdwn
index 34dcae479e0de549bbd54f4f852b70d1e6fd6b22..d578c98b2559b6e871abdcaa0049a7fc29a53861 100644 (file)
@@ -11,7 +11,7 @@ need to be called again.
 Firstly, we analyse the xchacha20 algorithm, showing what operations
 are performed and in what order.  Secondly, two innovative features
 of SVP64 are described which are crucial to understanding of Simple-V
-Vectorisation: Vertical-First Mode and Indexed REMAP.  Then we show
+Vectorization: Vertical-First Mode and Indexed REMAP.  Then we show
 how Index REMAP eliminates the need entirely for inline-loop-unrolling,
 but note that in this particular algorithm REMAP is only useful for
 us in Vertical-First Mode.