浏览代码

core: fix typo in comment code

hadv 7 年之前
父节点
当前提交
e3a993d774
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/state/state_object.go

+ 1 - 1
core/state/state_object.go

@@ -219,7 +219,7 @@ func (self *stateObject) updateRoot(db Database) {
 	self.data.Root = self.trie.Hash()
 }
 
-// CommitTrie the storage trie of the object to dwb.
+// CommitTrie the storage trie of the object to db.
 // This updates the trie root.
 func (self *stateObject) CommitTrie(db Database) error {
 	self.updateTrie(db)