Unverified Commit 01953b34 authored by qiuhaohao's avatar qiuhaohao Committed by GitHub

cmd/geth: fix typo in comment (#26308)

parent 41306b0a
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment