Skip to content

Commit

Permalink
consensus/ethash: fixed typo (#16665)
Browse files Browse the repository at this point in the history
  • Loading branch information
YH-Zhou authored and karalabe committed May 3, 2018
1 parent cd9a1d5 commit fd3da7c
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 fd3da7c

Please sign in to comment.