]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
typo fix; spotted by arma
authorNick Mathewson <nickm@torproject.org>
Mon, 20 Jul 2015 17:02:21 +0000 (13:02 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 20 Jul 2015 17:02:21 +0000 (13:02 -0400)
src/test/test_crypto_slow.c

index 02aec3bf695337f2322525aea189b5bb7611d0b0..d0f50f83b9d41956d9ba9047c6d6dec25a5e4d35 100644 (file)
@@ -148,7 +148,7 @@ test_libscrypt_eq_openssl(void *arg)
   memset(buf1,0,64);
   memset(buf2,0,64);
 
-  /* NOTE: we're using N,r the way OpenSSL and libscryot define them,
+  /* NOTE: we're using N,r the way OpenSSL and libscrypt define them,
    * not the way draft-josefsson-scrypt-kdf-00.txt define them.
    */
   N = 16;