From 01953b347077fdb2be0d741a1782fc6d4e36eeac Mon Sep 17 00:00:00 2001 From: qiuhaohao Date: Tue, 6 Dec 2022 01:59:00 +0800 Subject: [PATCH] cmd/geth: fix typo in comment (#26308) --- cmd/geth/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/geth/main.go b/cmd/geth/main.go index ea747d062..25a097497 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -337,7 +337,7 @@ func prepare(ctx *cli.Context) { go metrics.CollectProcessMetrics(3 * time.Second) } -// geth is the main entry point into the system if no special subcommand is ran. +// geth is the main entry point into the system if no special subcommand is run. // It creates a default node based on the command line arguments and runs it in // blocking mode, waiting for it to be shut down. func geth(ctx *cli.Context) error {