Skip to content

Commit 7a22e89

Browse files
authored
Merge pull request #16894 from hadv/master
core: fix typo in comment code
2 parents ed40767 + e3a993d commit 7a22e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state/state_object.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ func (self *stateObject) updateRoot(db Database) {
219219
self.data.Root = self.trie.Hash()
220220
}
221221

222-
// CommitTrie the storage trie of the object to dwb.
222+
// CommitTrie the storage trie of the object to db.
223223
// This updates the trie root.
224224
func (self *stateObject) CommitTrie(db Database) error {
225225
self.updateTrie(db)

0 commit comments

Comments
 (0)