We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0950550 commit bd9aeddCopy full SHA for bd9aedd
consensus/ethash/ethash.go
@@ -156,7 +156,7 @@ type lru struct {
156
futureItem interface{}
157
}
158
159
-// 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
160
// or the mining datasets.
161
func newlru(what string, maxItems int, new func(epoch uint64) interface{}) *lru {
162
if maxItems <= 0 {
0 commit comments