summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-07-20 13:02:21 -0400
committerNick Mathewson <nickm@torproject.org>2015-07-20 13:02:21 -0400
commit2200d9d3f8b3830dff4c496d684147008bd38ace (patch)
tree5a22e8e03d02af27d290e6a49a0ba2516a46ba7f
parent0a329a7a05199d3d0ec21e072f91a2213b8fc7b8 (diff)
downloadtor-2200d9d3f8b3830dff4c496d684147008bd38ace.tar.gz
tor-2200d9d3f8b3830dff4c496d684147008bd38ace.zip
typo fix; spotted by arma
-rw-r--r--src/test/test_crypto_slow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_crypto_slow.c b/src/test/test_crypto_slow.c
index 02aec3bf69..d0f50f83b9 100644
--- a/src/test/test_crypto_slow.c
+++ b/src/test/test_crypto_slow.c
@@ -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;