aboutsummaryrefslogtreecommitdiff
path: root/c/blake3.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/blake3.c')
-rw-r--r--c/blake3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/blake3.c b/c/blake3.c
index 0bed242..9becead 100644
--- a/c/blake3.c
+++ b/c/blake3.c
@@ -428,7 +428,7 @@ INLINE void hasher_merge_cv_stack(blake3_hasher *self, uint64_t total_len) {
// of the whole tree, and it would need to be ROOT finalized. We can't
// compress it until we know.
// 2) This 64 KiB input might complete a larger tree, whose root node is
-// similarly going to be the the root of the whole tree. For example, maybe
+// similarly going to be the root of the whole tree. For example, maybe
// we have 196 KiB (that is, 128 + 64) hashed so far. We can't compress the
// node at the root of the 256 KiB subtree until we know how to finalize it.
//