aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
diff options
context:
space:
mode:
authorDavid G. Andersen <dave.andersen@gmail.com>2014-10-05 14:14:59 -0400
committerDavid G. Andersen <dave.andersen@gmail.com>2014-10-05 14:14:59 -0400
commitac6bc4859f84d076d272d97ad9d05c7525bc6570 (patch)
treec2a61933d903e2529945dde11e3195d7a87f0229 /src/crypto
parentMore documentation (diff)
downloadmonero-ac6bc4859f84d076d272d97ad9d05c7525bc6570.tar.xz
fix typo
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/slow-hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/slow-hash.c b/src/crypto/slow-hash.c
index 1d1a3f43e..d4d0aaa6f 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)
{