소스 검색

typo fix; spotted by arma

Nick Mathewson 10 년 전
부모
커밋
2200d9d3f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;