good morning!!!!

Skip to content
Snippets Groups Projects
Commit fd3da7c6 authored by YH-Zhou's avatar YH-Zhou Committed by Péter Szilágyi
Browse files

consensus/ethash: fixed typo (#16665)

parent cd9a1d5b
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment