Skip to content

Commit

Permalink
consensus/ethash: fixed typo (ethereum#16665)
Browse files Browse the repository at this point in the history
  • Loading branch information
YH-Zhou authored and mariameda committed Aug 19, 2018
1 parent 1d591b7 commit 9581997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/ethash/ethash.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ type lru struct {
futureItem interface{}
}

// newlru create a new least-recently-used cache for ither the verification caches
// newlru create a new least-recently-used cache for either the verification caches
// or the mining datasets.
func newlru(what string, maxItems int, new func(epoch uint64) interface{}) *lru {
if maxItems <= 0 {
Expand Down

0 comments on commit 9581997

Please sign in to comment.