From 03f98e2617a9d7b5584ed8997a5ec50f5d2683a6 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 11 May 2013 16:56:19 +1000 Subject: [PATCH] Minor typo. --- scrypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrypt.c b/scrypt.c index 034fabf6..e0c75f44 100644 --- a/scrypt.c +++ b/scrypt.c @@ -434,7 +434,7 @@ int scrypt_test(unsigned char *pdata, const unsigned char *ptarget, uint32_t non scrypt_1024_1_1_256_sp(data, scratchbuf, ohash); tmp_hash7 = be32toh(ohash[7]); - applog(LOG_DEBUG, "harget %08lx diff1 %08lx hash %08lx", + applog(LOG_DEBUG, "htarget %08lx diff1 %08lx hash %08lx", (long unsigned int)Htarg, (long unsigned int)diff1targ, (long unsigned int)tmp_hash7);