Skip to content

Commit c36f8fe

Browse files
authored
trie: fix typos (ethereum#23768)
1 parent 433f091 commit c36f8fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trie/database.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,8 +794,8 @@ type cleaner struct {
794794
// Put reacts to database writes and implements dirty data uncaching. This is the
795795
// post-processing step of a commit operation where the already persisted trie is
796796
// removed from the dirty cache and moved into the clean cache. The reason behind
797-
// the two-phase commit is to ensure ensure data availability while moving from
798-
// memory to disk.
797+
// the two-phase commit is to ensure data availability while moving from memory
798+
// to disk.
799799
func (c *cleaner) Put(key []byte, rlp []byte) error {
800800
hash := common.BytesToHash(key)
801801

0 commit comments

Comments
 (0)