From f5fa72d729f8edc57f7daf93dcfcae769157b329 Mon Sep 17 00:00:00 2001 From: Ocenka Date: Mon, 4 Aug 2025 16:57:11 +0100 Subject: [PATCH] Update database.go --- ethdb/database.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethdb/database.go b/ethdb/database.go index e665a84a61..5414f0559b 100644 --- a/ethdb/database.go +++ b/ethdb/database.go @@ -152,7 +152,7 @@ type AncientWriter interface { SyncAncient() error // TruncateHead discards all but the first n ancient data from the ancient store. - // After the truncation, the latest item can be accessed it item_n-1(start from 0). + // After the truncation, the latest item can be accessed at item_n-1(start from 0). TruncateHead(n uint64) (uint64, error) // TruncateTail discards the first n ancient data from the ancient store. The already