Browse Source

typo fix; spotted by arma

Nick Mathewson 8 years ago
parent
commit
2200d9d3f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/test/test_crypto_slow.c

+ 1 - 1
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;