diff --git a/core/state/database.go b/core/state/database.go index faf4954650..a63be4e3ce 100644 --- a/core/state/database.go +++ b/core/state/database.go @@ -66,7 +66,7 @@ type Database interface { // Trie is a Ethereum Merkle Patricia trie. type Trie interface { - // GetKey returns the sha3 preimage of a hashed key that was previously used + // GetKey returns the sha3 preimage of a hashed key that was previously use // to store a value. // // TODO(fjl): remove this when StateTrie is removed