aboutsummaryrefslogtreecommitdiffstats
path: root/consensus/ethash/algorithm_go1.8_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'consensus/ethash/algorithm_go1.8_test.go')
-rw-r--r--consensus/ethash/algorithm_go1.8_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/consensus/ethash/algorithm_go1.8_test.go b/consensus/ethash/algorithm_go1.8_test.go
index fdc302318..a822944a6 100644
--- a/consensus/ethash/algorithm_go1.8_test.go
+++ b/consensus/ethash/algorithm_go1.8_test.go
@@ -20,7 +20,7 @@ package ethash
import "testing"
-// Tests whether the dataset size calculator work correctly by cross checking the
+// Tests whether the dataset size calculator works correctly by cross checking the
// hard coded lookup table with the value generated by it.
func TestSizeCalculations(t *testing.T) {
var tests []uint64