From 6c412e313cdf9d10b938c116a2466e7f43b3670a Mon Sep 17 00:00:00 2001 From: Sarlor Date: Thu, 26 Jul 2018 15:59:05 +0800 Subject: [PATCH] cmd/utils: fix comment typo (#17249) cmd: Comment error --- cmd/utils/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index fb1221365..29a79b4a2 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -1199,7 +1199,7 @@ func RegisterShhService(stack *node.Node, cfg *whisper.Config) { } // RegisterEthStatsService configures the Ethereum Stats daemon and adds it to -// th egiven node. +// the given node. func RegisterEthStatsService(stack *node.Node, url string) { if err := stack.Register(func(ctx *node.ServiceContext) (node.Service, error) { // Retrieve both eth and les services