From 1ce8099896a44dcb54bd764d9bbd9eaf661a3179 Mon Sep 17 00:00:00 2001 From: wangcundashang Date: Wed, 19 Jun 2024 11:28:19 +0800 Subject: chore: fix some comments Signed-off-by: wangcundashang --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index d661cb2..d64e18f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1090,7 +1090,7 @@ impl Hasher { // the root node 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, + // 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. -- cgit v1.2.3