Skip to content

Commit bd9aedd

Browse files
YH-Zhoukimmyeonghun
authored andcommitted
consensus/ethash: fixed typo (ethereum#16665)
1 parent 0950550 commit bd9aedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consensus/ethash/ethash.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ type lru struct {
156156
futureItem interface{}
157157
}
158158

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

0 commit comments

Comments
 (0)