satellite/gracefulexit: fix typo in comment

Change-Id: Iadb6a2e550c92cbc29e9e5d50353713035d92eda
This commit is contained in:
Andrew Harding 2022-12-23 07:11:35 -07:00
parent ad9fbe2953
commit 6492a777eb

View File

@ -122,7 +122,7 @@ func (collector *PathCollector) InlineSegment(ctx context.Context, segment *segm
// Process adds transfer queue items for remote segments belonging to newly
// exiting nodes.
func (collector *PathCollector) Process(ctx context.Context, segments []segmentloop.Segment) (err error) {
// Intentionally emitting mon.Task here. The duration for all process
// Intentionally omitting mon.Task here. The duration for all process
// calls are aggregated and and emitted by the ranged loop service.
if len(collector.nodeIDStorage) == 0 {