From ac6bc4859f84d076d272d97ad9d05c7525bc6570 Mon Sep 17 00:00:00 2001 From: "David G. Andersen" Date: Sun, 5 Oct 2014 14:14:59 -0400 Subject: [PATCH] fix typo --- src/crypto/slow-hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/slow-hash.c b/src/crypto/slow-hash.c index 1d1a3f43..d4d0aaa6 100644 --- a/src/crypto/slow-hash.c +++ b/src/crypto/slow-hash.c @@ -559,7 +559,7 @@ void cn_slow_hash(const void *data, size_t length, char *hash) */ _b = _mm_load_si128(R128(b)); - // Two independent versions, one with AES, one without, this to ensure that + // Two independent versions, one with AES, one without, to ensure that // the useAes test is only performed once, not every iteration. if(useAes) {