storagenode/collector: Fix comment doc

Change-Id: I703dce7d1b7d7653bbea901c798266a0108b9eec
This commit is contained in:
Ivan Fraixedes 2020-06-19 13:35:21 +02:00
parent 7e6f9cf5b2
commit 98d477effb
No known key found for this signature in database
GPG Key ID: 042B474597F96DB7

View File

@ -44,7 +44,7 @@ func NewService(log *zap.Logger, pieces *pieces.Store, usedSerials *usedserials.
}
}
// Run runs monitor service
// Run runs collector service.
func (service *Service) Run(ctx context.Context) (err error) {
defer mon.Task()(&ctx)(&err)