mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
cmd/geth: fix typo in comment (#26308)
This commit is contained in:
parent
41306b0af3
commit
01953b3470
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue