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

Commit 1479dbd

Browse files
committed
fix comment
1 parent e6245d0 commit 1479dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/recorder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ func (r *SpanRecorder) sendSpans() (error, bool) {
184184
jobs++
185185

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

0 commit comments

Comments
 (0)