Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyredondo committed Mar 18, 2020
1 parent f6a9af6 commit 5e1af74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/recorder.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func (r *SpanRecorder) sendSpans() (error, bool) {
jobs++

if len(r.workerResults) > 0 {
// We check if a previous result call the cancellation of the send
// We check if a previous result to check if we need to cancel all
result := <-r.workerResults
lastError = result.error
jobs--
Expand Down

0 comments on commit 5e1af74

Please sign in to comment.