diff --git a/triedb/database/database.go b/triedb/database/database.go index 4ca366abe1..cd7ec1d931 100644 --- a/triedb/database/database.go +++ b/triedb/database/database.go @@ -60,7 +60,7 @@ type StateReader interface { Storage(accountHash, storageHash common.Hash) ([]byte, error) } -// StateDatabase warps the methods of a backing state store. +// StateDatabase wraps the methods of a backing state store. type StateDatabase interface { // StateReader returns a state reader associated with the specific state. // An error will be returned if the specified state is not available.