Fix typo in documentation

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2021-10-25 21:14:06 +02:00
parent 773f5b7f42
commit 1222fed513

View File

@ -1,4 +1,4 @@
Changes
* Improve the performance of base64 constant-flow code. The result is still
slower than the original non-constant-flow implementation, but much faster
than the previous constant-flow implemenation. Fixes #4814.
than the previous constant-flow implementation. Fixes #4814.