From 3032fb1fcae5e88c902fda4342633f7c701b688c Mon Sep 17 00:00:00 2001 From: Daniel Liu <139250065@qq.com> Date: Sat, 6 Sep 2025 17:17:03 +0800 Subject: [PATCH] ethstats: fix comment typo #17102 (#1439) --- ethstats/ethstats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethstats/ethstats.go b/ethstats/ethstats.go index 36275c26ff..7c1253a9ae 100644 --- a/ethstats/ethstats.go +++ b/ethstats/ethstats.go @@ -584,7 +584,7 @@ func (s uncleStats) MarshalJSON() ([]byte, error) { return []byte("[]"), nil } -// reportBlock retrieves the current chain head and repors it to the stats server. +// reportBlock retrieves the current chain head and reports it to the stats server. func (s *Service) reportBlock(conn *connWrapper, block *types.Block) error { // Gather the block details from the header or block chain details := s.assembleBlockStats(block)