aboutsummaryrefslogtreecommitdiffstats
path: root/core/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/types.go')
-rw-r--r--core/types.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/types.go b/core/types.go
index 60eb15662..022528374 100644
--- a/core/types.go
+++ b/core/types.go
@@ -39,7 +39,7 @@ import (
// if it failed to do so.
//
// ValidateState validates the given statedb and optionally the receipts and
-// gas used. The implementor should decide what to do with the given input.
+// gas used. The implementer should decide what to do with the given input.
type Validator interface {
HeaderValidator
ValidateBlock(block *types.Block) error