Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/BLAKE2/BLAKE2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ref/blake2xs-ref.c')
-rw-r--r--ref/blake2xs-ref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/blake2xs-ref.c b/ref/blake2xs-ref.c
index de420fa..5ad11a0 100644
--- a/ref/blake2xs-ref.c
+++ b/ref/blake2xs-ref.c
@@ -179,7 +179,7 @@ int main( void )
buf[i] = ( uint8_t )i;
}
- /* Testing length of ouputs rather than inputs */
+ /* Testing length of outputs rather than inputs */
/* (Test of input lengths mostly covered by blake2s tests) */
/* Test simple API */