symm/t/chacha: Fix typo in comment.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 22 Apr 2017 19:44:04 +0000 (20:44 +0100)
symm/t/chacha

index 0a9de31..84d92de 100644 (file)
@@ -30,7 +30,7 @@ chacha8-core {
 }
 
 xchacha20 {
-  ## Unfortunately, XChaCha isn't actually defined anyway, even though it's
+  ## Unfortunately, XChaCha isn't actually defined anywhere, even though it's
   ## obvious how to do it.  These test vectors are from
   ##   https://github.com/DaGenix/rust-crypto/blob/master/src/chacha20.rs