From 0d94a247eeabf0c1ed43ff1e1a62d115043a056e Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Fri, 19 Nov 2021 20:24:05 +0900 Subject: [PATCH] Fix typo in sph_types.h independant -> independent --- src/crypto/Lyra2RE/sph_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/Lyra2RE/sph_types.h b/src/crypto/Lyra2RE/sph_types.h index 7295b0b3709..6730974ce0c 100644 --- a/src/crypto/Lyra2RE/sph_types.h +++ b/src/crypto/Lyra2RE/sph_types.h @@ -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 memcpy()): - * 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