aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorwangcundashang <[email protected]>2024-06-19 11:28:19 +0800
committerJack O'Connor <[email protected]>2024-07-03 12:32:24 -0400
commit1ce8099896a44dcb54bd764d9bbd9eaf661a3179 (patch)
tree709e5c4eacc79d5736a08ca7a42d582cbd7440e4 /src
parent4b3fdf51e404f0964b458fb2df4014982d3c5890 (diff)
chore: fix some comments
Signed-off-by: wangcundashang <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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.