1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-04-23 16:35:00 +02:00

Fix doc typo

This commit is contained in:
Ricardo Fernández Serrata 2022-07-22 02:46:57 -04:00 committed by Jack O'Connor
parent 09df11731e
commit 0fb6410c90

View File

@ -659,7 +659,7 @@ fn compress_parents_parallel(
// The wide helper function returns (writes out) an array of chaining values
// and returns the length of that array. The number of chaining values returned
// is the dyanmically detected SIMD degree, at most MAX_SIMD_DEGREE. Or fewer,
// is the dynamically detected SIMD degree, at most MAX_SIMD_DEGREE. Or fewer,
// if the input is shorter than that many chunks. The reason for maintaining a
// wide array of chaining values going back up the tree, is to allow the
// implementation to hash as many parents in parallel as possible.