satellite: Fix Peer.Run method doc comment (#2147)

This commit is contained in:
Ivan Fraixedes 2019-06-07 13:40:20 +02:00 committed by GitHub
parent 30784484c8
commit cac4637670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -581,7 +581,7 @@ func New(log *zap.Logger, full *identity.FullIdentity, db DB, config *Config, ve
return peer, nil
}
// Run runs storage node until it's either closed or it errors.
// Run runs satellite until it's either closed or it errors.
func (peer *Peer) Run(ctx context.Context) (err error) {
defer mon.Task()(&ctx)(&err)