various: fix minor typos (#187)
Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
parent
2b28439137
commit
661d72474b
3 changed files with 7 additions and 6 deletions
|
|
@ -106,7 +106,7 @@ function processTask() {
|
|||
const oldNonce = nonce;
|
||||
nonce += threads;
|
||||
|
||||
// send a progess update every 1024 iterations. since each thread checks
|
||||
// send a progress update every 1024 iterations. since each thread checks
|
||||
// separate values, one simple way to do this is by bit masking the
|
||||
// nonce for multiples of 1024. unfortunately, if the number of threads
|
||||
// is not prime, only some of the threads will be sending the status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue