Skip to content

Commit

Permalink
Fix typo in sph_types.h
Browse files Browse the repository at this point in the history
independant -> independent
  • Loading branch information
eltociear authored and cryptcoin-junkey committed Nov 20, 2021
1 parent 7c5497c commit 0d94a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/Lyra2RE/sph_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
* computations may be performed in parallel, provided that they do not
* operate on the same context. Moreover, a running computation can be
* cloned by copying the context (with a simple <code>memcpy()</code>):
* the context and its clone are then independant and may be updated
* the context and its clone are then independent and may be updated
* with new data and/or closed without interfering with each other.
* Similarly, a context structure can be moved in memory at will:
* context structures contain no pointer, in particular no pointer to
Expand Down

0 comments on commit 0d94a24

Please sign in to comment.