From cd227f42e9717566e7f56ad856ccc5b1c61a383c Mon Sep 17 00:00:00 2001 From: LLLeon Date: Mon, 2 Apr 2018 15:59:48 +0800 Subject: [PATCH] core/state: fix typo --- core/state/database.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/state/database.go b/core/state/database.go index 592058f06d..c1b630991c 100644 --- a/core/state/database.go +++ b/core/state/database.go @@ -26,7 +26,7 @@ import ( lru "github.com/hashicorp/golang-lru" ) -// Trie cache generation limit after which to evic trie nodes from memory. +// Trie cache generation limit after which to evict trie nodes from memory. var MaxTrieCacheGen = uint16(120) const (